Skip to content

Commit

Permalink
Bump actions/checkout and actions/setup-node to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Jul 11, 2022
1 parent 5f37860 commit 5725a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
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
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x

Expand Down

0 comments on commit 5725a5c

Please sign in to comment.