Skip to content

Commit

Permalink
Merge pull request #216 from nikeee/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
nikeee authored Dec 11, 2023
2 parents 5f6f95f + 52e0926 commit 077921f
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 @@ -17,7 +17,7 @@ jobs:
with:
submodules: true

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

Expand Down

0 comments on commit 077921f

Please sign in to comment.