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 0fb1d3e commit b9a9190Copy full SHA for b9a9190
.github/workflows/check-build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
with:
23
fetch-depth: 1
24
.github/workflows/check-pr.yml
@@ -16,7 +16,7 @@ jobs:
16
17
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Clone XML sources
31
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
32
33
ref: ${{ env.BRANCH }}
34
# Using fetch-depth implies --single-branch so we don't fetch
0 commit comments