Skip to content

Commit 39e77e8

Browse files
chore(deps): update actions/checkout action to v7
1 parent 4d2d3a0 commit 39e77e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
4141
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545
# Uses generated token to allow pushing commits back

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository_owner == 'portabletext'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- uses: pnpm/action-setup@v4
2525
- uses: actions/setup-node@v6
2626
with:

0 commit comments

Comments
 (0)