Skip to content

Commit

Permalink
updated setup-dotnet to v3 in publish_release_builds.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinHo64 committed Jun 19, 2023
1 parent 6185544 commit 149662a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
submodules: 'true'
- name: Setup Dotnet for use with actions
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.304'

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
submodules: 'true'
# install dependencies, build, and test
- name: Setup Dotnet for use with actions
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.304'

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
with:
submodules: 'true'
- name: Setup Dotnet for use with actions
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.304'

Expand Down

0 comments on commit 149662a

Please sign in to comment.