Skip to content

Commit 6bb255b

Browse files
authored
chore: Pin release workflow actions to Major (#895)
1 parent d5af41d commit 6bb255b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v3
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
# synced with #node-version
20-
- name: Setup Node.js 14.x
21-
uses: actions/setup-node@master
20+
- name: Setup Node.js 16.x
21+
uses: actions/setup-node@v3
2222
with:
23-
node-version: 14.x
23+
node-version: 16.x
2424

2525
- name: Install Dependencies
2626
run: yarn
2727

2828
- name: Create Release Pull Request or Publish to npm
2929
id: changesets
30-
uses: changesets/action@master
30+
uses: changesets/action@v1
3131
with:
3232
publish: yarn release
3333
env:

0 commit comments

Comments
 (0)