Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
orjan authored Dec 27, 2023
2 parents 2d2d070 + 9e9da30 commit d57aab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Print version
run: echo "${{ steps.build-version.outputs.result }}"
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Restore dependencies
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Print version
run: echo "${{ steps.build-version.outputs.result }}"
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Restore dependencies
Expand Down

0 comments on commit d57aab9

Please sign in to comment.