Skip to content

Commit d71910e

Browse files
chore(deps): update actions/cache action to v5.0.2 (#231)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.1 | v5.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 129e217 commit d71910e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: "ergebnis/.github/actions/composer/determine-cache-directory@4103ff7c010d2c18dc84f72d6704227868412482" # 1.10.0
4141

4242
- name: "Cache dependencies installed with composer"
43-
uses: "actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb" # v5.0.1
43+
uses: "actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7" # v5.0.2
4444
with:
4545
path: "${{ env.COMPOSER_CACHE_DIR }}"
4646
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)