Skip to content

Commit e52839c

Browse files
chore(deps): update actions/cache action to v4.2.4 (#105)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.3 | v4.2.4 | 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 8e9b994 commit e52839c

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/[email protected]"
4141

4242
- name: "Cache dependencies installed with composer"
43-
uses: "actions/[email protected].3"
43+
uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
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)