Skip to content

Commit be8c02a

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#826)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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> Co-authored-by: Reed Hamilton <reedham@amazon.com>
1 parent 3892fcc commit be8c02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
- "3.13"
270270
- "3.14"
271271
steps:
272-
- uses: actions/checkout@v4
272+
- uses: actions/checkout@v6
273273
- uses: actions/setup-python@v6
274274
with:
275275
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)