Skip to content

Commit b4aa976

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88b5857 commit b4aa976

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [22, 24]
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v6
2828
with:
@@ -92,7 +92,7 @@ jobs:
9292
permissions:
9393
contents: write
9494
steps:
95-
- uses: actions/checkout@v6
95+
- uses: actions/checkout@v7
9696
with:
9797
fetch-depth: 0
9898
- name: Create GitHub release with generated notes

0 commit comments

Comments
 (0)