We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4dfd commit 293a73fCopy full SHA for 293a73f
.github/workflows/codeql-analysis.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
33
# Initializes the CodeQL tools for scanning.
34
- name: Initialize CodeQL
.github/workflows/publish-nuget.yml
@@ -8,7 +8,7 @@ jobs:
8
name: build, pack & publish
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
13
# - name: Setup dotnet
14
# uses: actions/setup-dotnet@v1
0 commit comments