Skip to content

Commit

Permalink
actions/setup-dotnet@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Mar 25, 2024
1 parent 6cf7b51 commit 04d9519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
SNK_BASE64: ${{ secrets.SNK_BASE64 }}

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET SDKs
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
Expand Down

0 comments on commit 04d9519

Please sign in to comment.