From 01a1e018445d5761266aa38cdf5e2e1fbd4b183d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:17:39 +0000 Subject: [PATCH] ci: bump the github-actions-major group across 4 directories with 2 updates Bumps the github-actions-major group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions-major group with 1 update in the /build-jupyter-cache directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-major group with 1 update in the /restore-jupyter-cache directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-major group with 1 update in the /setup-environment directory: [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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...v7) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-containers.yml | 4 ++-- .github/workflows/check-latex-versions.yml | 2 +- .github/workflows/test-container.yml | 4 ++-- .github/workflows/test-containers-lectures.yml | 4 ++-- build-jupyter-cache/action.yml | 4 ++-- restore-jupyter-cache/action.yml | 4 ++-- setup-environment/action.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 45dc823..5e9c28f 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -29,7 +29,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 @@ -70,7 +70,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 diff --git a/.github/workflows/check-latex-versions.yml b/.github/workflows/check-latex-versions.yml index 479fe4f..538ddbb 100644 --- a/.github/workflows/check-latex-versions.yml +++ b/.github/workflows/check-latex-versions.yml @@ -9,7 +9,7 @@ jobs: check-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check LaTeX Package Versions run: ./scripts/check-latex-versions.sh diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 5a845c0..0cc23a9 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -17,7 +17,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Test files must match the commit that built the image. For # workflow_run events checkout defaults to the default branch, not the @@ -63,7 +63,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Test files must match the commit that built the image. For # workflow_run events checkout defaults to the default branch, not the diff --git a/.github/workflows/test-containers-lectures.yml b/.github/workflows/test-containers-lectures.yml index 593ba95..ecc6aba 100644 --- a/.github/workflows/test-containers-lectures.yml +++ b/.github/workflows/test-containers-lectures.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout actions repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Use the composite actions from the commit that built the container # under test. workflow_run checks out the default branch by default; @@ -65,7 +65,7 @@ jobs: path: actions-repo - name: Checkout lecture repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ matrix.repo.owner }}/${{ matrix.repo.repo }} path: lecture-repo diff --git a/build-jupyter-cache/action.yml b/build-jupyter-cache/action.yml index 9cbf4e5..f8cbb8b 100644 --- a/build-jupyter-cache/action.yml +++ b/build-jupyter-cache/action.yml @@ -250,14 +250,14 @@ runs: - name: Save build cache if: steps.verify-builds.outputs.all-passed == 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: _build key: ${{ steps.cache-key.outputs.key }} - name: Save execution cache if: steps.verify-builds.outputs.all-passed == 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: _build/.jupyter_cache key: jupyter-cache-${{ hashFiles(format('{0}/**/*.md', inputs.source-dir)) }}-${{ github.run_id }} diff --git a/restore-jupyter-cache/action.yml b/restore-jupyter-cache/action.yml index a43ee1a..b487a1e 100644 --- a/restore-jupyter-cache/action.yml +++ b/restore-jupyter-cache/action.yml @@ -105,7 +105,7 @@ runs: - name: Restore cache (read-only) id: restore-readonly if: inputs.save-cache != 'true' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ${{ steps.cache-path.outputs.path }} key: ${{ steps.cache-key.outputs.key }} @@ -114,7 +114,7 @@ runs: - name: Restore cache (with save at job end) id: restore-save if: inputs.save-cache == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.cache-path.outputs.path }} key: ${{ steps.cache-key.outputs.key }} diff --git a/setup-environment/action.yml b/setup-environment/action.yml index ca7fe60..1ed906f 100644 --- a/setup-environment/action.yml +++ b/setup-environment/action.yml @@ -121,7 +121,7 @@ runs: - name: Cache Conda environment (non-container mode) if: steps.detect-container.outputs.container-mode == 'false' - uses: actions/cache@v5 + uses: actions/cache@v6 id: conda-cache with: path: ${{ env.CONDA }}/envs