Skip to content

Commit f9c1f87

Browse files
Update actions/cache action to v4.3.0 (#1742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3cd0a0 commit f9c1f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
key: ${{ env.key }}
6666

6767
- name: Cache extensions
68-
uses: actions/cache@v4
68+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6969
with:
7070
path: ${{ steps.extcache.outputs.dir }}
7171
key: ${{ steps.extcache.outputs.key }}
@@ -84,15 +84,15 @@ jobs:
8484

8585
- name: Cache Composer packages
8686
id: composer-cache
87-
uses: actions/cache@v4
87+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8888
with:
8989
path: vendor
9090
key: ${{ runner.os }}-${{ matrix.php-version }}-vendor-${{ hashFiles('composer.json') }}
9191
restore-keys: |
9292
${{ runner.os }}-${{ matrix.php-version }}-vendor-
9393
- name: Cache test tools
9494
id: test-tools-cache
95-
uses: actions/cache@v4
95+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9696
with:
9797
path: vendor-bin
9898
key: ${{ runner.os }}-${{ matrix.php-version }}-vendor-bin-${{ hashFiles('vendor-bin/*/composer.json') }}

0 commit comments

Comments
 (0)