Skip to content

Commit 6b511f4

Browse files
chore(deps): update actions/cache action to v5.0.4
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.3 | v5.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d3b576 commit 6b511f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: "ergebnis/.github/actions/composer/determine-cache-directory@9785f99b3546d64df9cb331449e7fcdc41885d25" # 1.11.0
2626

2727
- name: "Cache dependencies installed with composer"
28-
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
28+
uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
2929
with:
3030
path: "${{ env.COMPOSER_CACHE_DIR }}"
3131
key: "php-8.3-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -83,7 +83,7 @@ jobs:
8383
uses: "ergebnis/.github/actions/composer/determine-cache-directory@9785f99b3546d64df9cb331449e7fcdc41885d25" # 1.11.0
8484

8585
- name: "Cache dependencies installed with composer"
86-
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
86+
uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
8787
with:
8888
path: "${{ env.COMPOSER_CACHE_DIR }}"
8989
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)