Skip to content

Commit

Permalink
Merge pull request #61 from litenova/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
litenova committed Dec 11, 2023
2 parents d6b0660 + 07279b1 commit 866d972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down

0 comments on commit 866d972

Please sign in to comment.