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 b1faa93 commit 41b78a7Copy full SHA for 41b78a7
.github/workflows/actionlint.yml
@@ -9,7 +9,7 @@ jobs:
9
actionlint:
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Check workflow files
14
uses: docker://rhysd/actionlint:latest
15
with:
.github/workflows/pr-labels-check-dist.yml
@@ -21,10 +21,10 @@ jobs:
21
22
23
24
25
26
- name: Set Node.js 16.x
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
29
node-version: 16.x
30
0 commit comments