Skip to content

Commit 0d73013

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6dd6eb6 commit 0d73013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: write
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
- name: Extract version
4444
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
4545
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)