Skip to content

Commit

Permalink
chore: Pin release workflow actions to Major (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 1, 2023
1 parent d5af41d commit 6bb255b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

# synced with #node-version
- name: Setup Node.js 14.x
uses: actions/setup-node@master
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Install Dependencies
run: yarn

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
publish: yarn release
env:
Expand Down

0 comments on commit 6bb255b

Please sign in to comment.