We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b22d5 commit 6a0fad1Copy full SHA for 6a0fad1
1 file changed
.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
+ uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
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