From 791b70413544552fe7d842c8d42797e5903861e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:56:55 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 27d5ce7 --- .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 2e23e75..b3a8d7d 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 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 aaad2a9..3cc3a46 100644 --- a/.github/workflows/vagrant-docker-rootless-test.yml +++ b/.github/workflows/vagrant-docker-rootless-test.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Restore Vagrant box cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: ${{ env.VAGRANT_DIR }} key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }}