Skip to content

Commit f304d05

Browse files
Update release.yml
1 parent 9d86fab commit f304d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v2
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 14.x
20-
uses: actions/setup-node@master
20+
uses: actions/setup-node@v2
2121
with:
2222
node-version: 14.x
2323

0 commit comments

Comments
 (0)