Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
george-chakhidze committed Oct 15, 2022
1 parent 728dc7f commit 47cea51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 20

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 20

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

Expand Down

0 comments on commit 47cea51

Please sign in to comment.