We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f37860 commit 5725a5cCopy full SHA for 5725a5c
1 file changed
.github/workflows/release.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
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
persist-credentials: false
19
20
- name: Set up Node.js
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
22
23
node-version: 14.x
24
0 commit comments