build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#69)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-29 18:19:54 +00:00
committed by GitHub
parent 546380ae38
commit 879ccf7bad

View File

@@ -10,7 +10,7 @@ jobs:
matrix:
dockerfile: [Dockerfile, Dockerfile.arch]
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
# Run the tests
- name: Run tests (${{ matrix.dockerfile }})