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 43b6c48 commit 937a38cCopy full SHA for 937a38c
.github/workflows/deploy-docs.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
with:
36
fetch-depth: 0 # Not needed if lastUpdated is not enabled
37
- name: Setup Node
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish:
9
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions/setup-node@v4
13
14
node-version: 24
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments