Skip to content

Commit

Permalink
Upgrade CodeQl to use setup-dotnet to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 22, 2024
1 parent f63f24f commit 6511ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}

Expand Down

0 comments on commit 6511ece

Please sign in to comment.