File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments