From dae62480b03e13444aa5705b0ed23f3d9f0135f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:24:52 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `actions/checkout` from 6.0.2 to 7.0.0 - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_shared-prepare-docker-cache.yaml | 2 +- .github/workflows/_shared-run-test.yaml | 2 +- .github/workflows/_shared-run.yaml | 2 +- .github/workflows/run-manual.yml | 2 +- .github/workflows/run-scheduled.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_shared-prepare-docker-cache.yaml b/.github/workflows/_shared-prepare-docker-cache.yaml index b472162..0c33b28 100644 --- a/.github/workflows/_shared-prepare-docker-cache.yaml +++ b/.github/workflows/_shared-prepare-docker-cache.yaml @@ -28,7 +28,7 @@ jobs: - name: Cache Docker images. id: cache if: ${{ steps.check_cache.outputs.exists == 'false' }} - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ./docker-cache key: kurtosis-docker-${{ runner.os }}-${{ inputs.kurtosis_version }} diff --git a/.github/workflows/_shared-run-test.yaml b/.github/workflows/_shared-run-test.yaml index c6503e0..e0a768d 100644 --- a/.github/workflows/_shared-run-test.yaml +++ b/.github/workflows/_shared-run-test.yaml @@ -110,7 +110,7 @@ jobs: timeout-minutes: 1440 steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Stagger job start" if: ${{ inputs.stagger_seconds != '0' && inputs.stagger_seconds != '' }} diff --git a/.github/workflows/_shared-run.yaml b/.github/workflows/_shared-run.yaml index 28c0a1a..71733e4 100644 --- a/.github/workflows/_shared-run.yaml +++ b/.github/workflows/_shared-run.yaml @@ -218,7 +218,7 @@ jobs: needs: [get_test, run_test] steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get summary artifacts id: "summary_ids" run: | diff --git a/.github/workflows/run-manual.yml b/.github/workflows/run-manual.yml index 9478128..02a5ebf 100644 --- a/.github/workflows/run-manual.yml +++ b/.github/workflows/run-manual.yml @@ -41,7 +41,7 @@ jobs: kurtosis_versions: ${{ steps.tests.outputs.kurtosis_versions }} steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Load test configurations from tests.yaml" id: tests shell: bash diff --git a/.github/workflows/run-scheduled.yml b/.github/workflows/run-scheduled.yml index 0aaa385..633aae1 100644 --- a/.github/workflows/run-scheduled.yml +++ b/.github/workflows/run-scheduled.yml @@ -22,7 +22,7 @@ jobs: kurtosis_versions: ${{ steps.tests.outputs.kurtosis_versions }} steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Clean up stagger tags from previous runs" shell: bash env: