Skip to content

Commit

Permalink
[SqlTableDependency.Extensions]: github workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Dec 29, 2023
1 parent 37bc160 commit f92a335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.402
- name: Start Redis server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: .NET

on: [push]

Expand Down

0 comments on commit f92a335

Please sign in to comment.