Bump actions/checkout from 5.0.1 to 6.0.1 in the all-github-actions group (#362)

Bump actions/checkout in the all-github-actions group

Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5.0.1 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-02 00:26:44 +00:00
committed by GitHub
parent 67e9ca1177
commit 1ade3ab195
6 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ jobs:
julia-arch: x86
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.1
- uses: actions/setup-node@v6
if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }}