We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8a9c4 commit e475d76Copy full SHA for e475d76
.github/workflows/backend.yml
@@ -42,7 +42,7 @@ jobs:
42
key: ${{ env.PHP_EXTENSIONS_CACHE_KEY }}
43
44
- name: Cache php extensions
45
- uses: actions/cache@v4
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
46
with:
47
path: ${{ steps.extcache.outputs.dir }}
48
key: ${{ steps.extcache.outputs.key }}
@@ -70,7 +70,7 @@ jobs:
70
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
71
72
- name: Cache dependencies
73
74
75
path: ${{ steps.composer-cache.outputs.dir }}
76
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-composer
0 commit comments