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.
2 parents 084254a + db4aa31 commit abd4637Copy full SHA for abd4637
.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