Skip to content

Commit e475d76

Browse files
Update actions/cache action to v5
1 parent ce8a9c4 commit e475d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ env.PHP_EXTENSIONS_CACHE_KEY }}
4343

4444
- name: Cache php extensions
45-
uses: actions/cache@v4
45+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4646
with:
4747
path: ${{ steps.extcache.outputs.dir }}
4848
key: ${{ steps.extcache.outputs.key }}
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7171

7272
- name: Cache dependencies
73-
uses: actions/cache@v4
73+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-composer

0 commit comments

Comments
 (0)