We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2aa0 commit 1948265Copy full SHA for 1948265
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repo
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
with:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
35
permissions:
36
contents: write
37
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
39
- name: Extract version
40
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
41
- uses: ncipollo/release-action@v1
0 commit comments