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 9d86fab commit f304d05Copy full SHA for f304d05
.github/workflows/release.yml
@@ -11,13 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repo
14
- uses: actions/checkout@master
+ uses: actions/checkout@v2
15
with:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
18
19
- name: Setup Node.js 14.x
20
- uses: actions/setup-node@master
+ uses: actions/setup-node@v2
21
22
node-version: 14.x
23
0 commit comments