We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd6eb6 commit 0d73013Copy full SHA for 0d73013
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write
16
steps:
17
- name: Checkout Repo
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
with:
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
39
permissions:
40
contents: write
41
42
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
43
- name: Extract version
44
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
45
- uses: ncipollo/release-action@v1
0 commit comments