We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e00d8b + d257d60 commit bc82a2fCopy full SHA for bc82a2f
2 files changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: windows-2022
9
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v5
14
with:
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Checkout repository
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
0 commit comments