We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6923a32 commit 0642a8fCopy full SHA for 0642a8f
.github/workflows/release.yml
@@ -17,13 +17,13 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout Repo
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
with:
22
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
23
fetch-depth: 0
24
- - uses: pnpm/action-setup@v2.2.4
+ - uses: pnpm/action-setup@v4
25
- name: Setup Node.js
26
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
27
28
cache: pnpm
29
0 commit comments