Skip to content

Commit 10251c8

Browse files
chore(dependencies): Update actions/cache action to v4.2.3 (#5)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.2 | v4.2.3 | 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 b71e008 commit 10251c8

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].2"
43+
uses: "actions/[email protected].3"
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)