Skip to content

Commit 296da74

Browse files
chore(deps): update actions/cache digest to 6682284
1 parent 0bd7089 commit 296da74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deps-new-version-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Checks out the repository code for use in actions, ensuring actions can interact with repository content
3232

3333
- name: Cache Vagrant boxes
34-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
34+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3535
with:
3636
path: ${{ env.VAGRANT_DIR }}
3737
key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }}
@@ -40,7 +40,7 @@ jobs:
4040
# Restores and updates the downloaded Vagrant boxes to save time and bandwidth
4141

4242
- name: Cache Python packages
43-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
43+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4444
with:
4545
path: ~/.cache/pip
4646
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/requirements.yml') }}

.github/workflows/vagrant-docker-rootless-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Restore Vagrant box cache
36-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3737
with:
3838
path: ${{ env.VAGRANT_DIR }}
3939
key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }}

0 commit comments

Comments
 (0)