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 ed4dc8c commit 219d622Copy full SHA for 219d622
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
12
runs-on: Ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
15
- uses: actions/setup-node@v1
16
with:
17
registry-url: "https://registry.npmjs.org"
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
node: [10, 12]
18
19
- name: Checkout
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
- name: Setup Node.js ${{ matrix.node }}
22
uses: actions/setup-node@v1
23
0 commit comments