We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e3e36 commit b1dee24Copy full SHA for b1dee24
.github/workflows/test-and-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
14
- name: Use Node.js ${{ matrix.node }}
15
uses: actions/setup-node@v2.4.1
16
with:
@@ -28,7 +28,7 @@ jobs:
28
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29
30
31
32
33
fetch-depth: 0
34
- name: Setup Node.js
0 commit comments