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 743203f commit 5ca5667Copy full SHA for 5ca5667
.github/workflows/node.yml
@@ -10,7 +10,7 @@ jobs:
10
if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3.1.0
14
- name: Setup Node.js
15
uses: actions/setup-node@v2.1.5
16
with:
.github/workflows/test.yml
0 commit comments