Skip to content

Commit 6a0fad1

Browse files
Update actions/cache action to v6
1 parent 17b22d5 commit 6a0fad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
45+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
73+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-composer

0 commit comments

Comments
 (0)