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 7609ba1 commit 25f3871Copy full SHA for 25f3871
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
# submodules: true # Fetch Hugo themes (true OR recursive)
12
fetch-depth: 3 # Fetch all history for .GitInfo and .Lastmod
13
14
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
15
with:
16
node-version: 16
17
- uses: actions/[email protected]
.github/workflows/release_main.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Check out code
20
uses: actions/checkout@v3
21
22
23
24
- name: Extract version
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
- name: Cache Node.js modules
0 commit comments