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 80664cd commit 444fad2Copy full SHA for 444fad2
.github/workflows/deploy-gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: actions/setup-node@v3
17
with:
18
node-version: 16
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Lint
7
8
9
10
- name: Use Node.js
11
uses: actions/setup-node@v3
0 commit comments