We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbfbf2 commit c3e7048Copy full SHA for c3e7048
2 files changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- uses: actions/setup-node@v2
16
with:
17
cache: npm
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- windows-latest
22
runs-on: "${{ matrix.os }}"
23
24
25
- run: git config --global user.name github-actions
26
- run: git config --global user.email github-actions@github.com
27
- name: "Use Node.js ${{ matrix.node-version }}"
@@ -37,7 +37,7 @@ jobs:
37
38
needs: test_matrix
39
40
41
42
uses: actions/setup-node@v2
43
0 commit comments