Skip to content

Commit

Permalink
Merge pull request #1482 from DuendeSoftware/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-dotnet-4

Bump actions/setup-dotnet from 2 to 4
  • Loading branch information
leastprivilege authored Dec 5, 2023
2 parents 237ffca + 3f025b6 commit 20fbc1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Setup dotnet (main)
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.100
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 @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.100
Expand Down

0 comments on commit 20fbc1b

Please sign in to comment.