We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8453aa commit a9fc68fCopy full SHA for a9fc68f
.github/workflows/link-check-all.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Check all links
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
14
- name: Restore lychee cache
15
uses: actions/cache@v4
.github/workflows/lint-and-test.yml
@@ -15,7 +15,7 @@ jobs:
16
17
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: Install Node.js and use yarn
21
uses: actions/setup-node@v6
0 commit comments