Skip to content

Commit 2e56984

Browse files
Update actions/cache digest to 27d5ce7
1 parent e4c15ff commit 2e56984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
# Lookup cache based on the default branch and a timestamp. Allows
260260
# to use cache from the very first build on the day (sanitized database dump, for example).
261261
- name: Restore DB cache
262-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
262+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
263263
with:
264264
path: .data
265265
key: v26.2.0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
@@ -299,7 +299,7 @@ jobs:
299299
# Note that the cache fallback flag is enabled for this case in order
300300
# to save cache even if the fallback is not used when restoring it.
301301
- name: Save DB cache
302-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
302+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
303303
if: env.db_hash != hashFiles('.data')
304304
with:
305305
path: .data
@@ -378,7 +378,7 @@ jobs:
378378
# Lookup cache based on the default branch and a timestamp. Allows
379379
# to use cache from the very first build on the day (sanitized database dump, for example).
380380
- name: Restore DB cache
381-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
381+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
382382
with:
383383
path: .data
384384
fail-on-cache-miss: true

.github/workflows/vortex-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Cache Composer dependencies
42-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4343
with:
4444
path: /tmp/composer-cache
4545
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)