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 e87db27 + 3c3affd commit 5caac90Copy full SHA for 5caac90
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
- name: Checkout
20
21
with:
22
fetch-depth: 0
23
- uses: actions/setup-node@v6
.github/workflows/sync-labels.yml
@@ -11,7 +11,7 @@ jobs:
11
sync-labels:
12
13
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: micnncim/[email protected]
16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments