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 4712df6 commit 2a67e7aCopy full SHA for 2a67e7a
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
node-version: latest
.github/workflows/gh-pages-main.yml
@@ -15,7 +15,7 @@ jobs:
18
19
20
persist-credentials: false
21
.github/workflows/pr-preview.yml
@@ -21,7 +21,7 @@ jobs:
22
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
27
0 commit comments