Skip to content

Commit

Permalink
Merge pull request #183 from cake-contrib/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
nils-a authored Dec 4, 2023
2 parents 59cefd2 + 729fbee commit 826781e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
# codecov and unittests need 2.1, gitversion needs 5.0 and need .NET 6 to build
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
# codecov and unittests need 2.1, gitversion needs 5.0 and need .NET 6 to build
dotnet-version: |
Expand Down

0 comments on commit 826781e

Please sign in to comment.