Skip to content

Commit cfc3f1a

Browse files
chore: Bump actions/cache from 5.0.3 to 5.0.4 (#282)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a22a98 commit cfc3f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
8888
- name: "Cache Composer dependencies"
8989
if: steps.should-cache.outputs.do-cache == 1
90-
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
90+
uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
9191
with:
9292
path: "${{ steps.composer.outputs.cache-dir }}"
9393
key: "${{ steps.cache-key.outputs.key }}"

0 commit comments

Comments
 (0)