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 de7f8f7 commit b5d0bbbCopy full SHA for b5d0bbb
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
version_and_release:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v2.3.5
+ - uses: actions/checkout@v2.4.0
18
with:
19
# fetch full history so things like auto-changelog work properly
20
fetch-depth: 0
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
node-version: [14]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
21
0 commit comments