Skip to content

Commit 066f326

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0 (#1505)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f0cdb5 commit 066f326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

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

0 commit comments

Comments
 (0)