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') }}