We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b134a70 commit 1ea4ff5Copy full SHA for 1ea4ff5
2 files changed
.github/workflows/gh-pages.yml
@@ -8,7 +8,7 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Use Node.js ${{ matrix.node-version }}
13
uses: actions/setup-node@v4
14
with:
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [16.x]
17
18
19
20
21
22
0 commit comments