Skip to content

Commit 14f439e

Browse files
authored
Merge pull request #810 from abraham/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 748ea1f + 489ddb0 commit 14f439e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
node: [22, 24, 26]
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: ${{ matrix.node }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: 22

0 commit comments

Comments
 (0)