Skip to content

Commit b396126

Browse files
chore(deps): update actions/cache action to v4.3.0 (#146)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.4 | v4.3.0 | 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 6e0c24c commit b396126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
43+
uses: "actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830" # v4.3.0
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)