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 f6ffe20 commit 0de426fCopy full SHA for 0de426f
.github/workflows/check.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Setup Node
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
node-version-file: 'package.json'
26
.github/workflows/gh-pages.yml
0 commit comments