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 2f5ad7d + 929f10e commit 5209f09Copy full SHA for 5209f09
.github/workflows/on-release.yml
@@ -15,7 +15,7 @@ jobs:
15
hugo-version: "0.125.6"
16
extended: true
17
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
19
with:
20
node-version: "18.x"
21
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v5
8
9
10
11
- name: install deps
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments