Skip to content

Commit

Permalink
Merge pull request #204 from WSWCWaterDataExchange/zlannin/update_dot…
Browse files Browse the repository at this point in the history
…net_ghactions

Update github action step `actions/setup-dotnet` to version 4
  • Loading branch information
tarrball authored Nov 17, 2024
2 parents 8aa294b + e2e7278 commit 919b5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo exit_code=0 >> $GITHUB_OUTPUT
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: .github

- name: setup-dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit 919b5bf

Please sign in to comment.