Skip to content

Commit

Permalink
Update actions/setup-dotnet to get rid of a Github Actions warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Mar 16, 2023
1 parent 541a048 commit 9198476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
submodules: 'true'

- name: Setup .NET ${{ env.DotNetVersion }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
${{ env.DotNetVersion }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
submodules: 'true'

- name: Setup .NET ${{ env.DotNetVersion }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
${{ env.DotNetVersion }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
submodules: 'true'

- name: Setup .NET ${{ env.DotNetVersion }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
${{ env.DotNetVersion }}
Expand Down

0 comments on commit 9198476

Please sign in to comment.