Skip to content

Commit d23e80f

Browse files
chore(deps): update actions/checkout action to v5
1 parent e08b95e commit d23e80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
3535
permissions:
3636
contents: write
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Extract version
4040
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
4141
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)