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 dd3c92e + 646ebab commit 2453157Copy full SHA for 2453157
.github/workflows/build-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- name: 🛎️ Checkout repository
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
with:
40
fetch-depth: 0
41
@@ -77,7 +77,7 @@ jobs:
77
78
79
- name: 🛎️ Check out the source code
80
81
82
83
submodules: recursive
.github/workflows/sync-labels.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
13
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: micnncim/action-label-syncer@v1
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments