From 71f875a34ed4161de9dad443c94c1af4c9c5736c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:33:09 +0000 Subject: [PATCH] build(deps): bump actions/cache in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). 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) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deps-new-version-test.yml | 4 ++-- .github/workflows/vagrant-docker-rootless-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deps-new-version-test.yml b/.github/workflows/deps-new-version-test.yml index a7852e9..299306a 100644 --- a/.github/workflows/deps-new-version-test.yml +++ b/.github/workflows/deps-new-version-test.yml @@ -29,7 +29,7 @@ jobs: # Checks out the repository code for use in actions, ensuring actions can interact with repository content - name: Cache Vagrant boxes - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: ${{ env.VAGRANT_DIR }} key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }} @@ -38,7 +38,7 @@ jobs: # Restores and updates the downloaded Vagrant boxes to save time and bandwidth - name: Cache Python packages - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/requirements.yml') }} diff --git a/.github/workflows/vagrant-docker-rootless-test.yml b/.github/workflows/vagrant-docker-rootless-test.yml index 3f50844..6a6467f 100644 --- a/.github/workflows/vagrant-docker-rootless-test.yml +++ b/.github/workflows/vagrant-docker-rootless-test.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Restore Vagrant box cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: ${{ env.VAGRANT_DIR }} key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }}