From 8ebf08806d7eb5df55d55a49635c9e469320541e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:10:40 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...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] --- .github/workflows/slurm-test.yml | 2 +- .github/workflows/test-latest-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slurm-test.yml b/.github/workflows/slurm-test.yml index ebf93f5c..d2886dcf 100644 --- a/.github/workflows/slurm-test.yml +++ b/.github/workflows/slurm-test.yml @@ -23,7 +23,7 @@ jobs: - "8888:3306" options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: koesterlab/setup-slurm-action@v1 timeout-minutes: 5 - uses: pyiron/actions/cached-miniforge@actions-4.0.10 diff --git a/.github/workflows/test-latest-release.yml b/.github/workflows/test-latest-release.yml index 0658d5e8..f654db40 100644 --- a/.github/workflows/test-latest-release.yml +++ b/.github/workflows/test-latest-release.yml @@ -26,7 +26,7 @@ jobs: console.log(response.data.tag_name); return response.data.tag_name - name: Checkout release - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.get-release.outputs.result }} - name: Create env from repo name