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