Skip to content

Commit 853e7d7

Browse files
chore: Bump actions/cache from 4.2.4 to 5.0.3 (#278)
1 parent a8d0d95 commit 853e7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
90+
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
9191
with:
9292
path: "${{ steps.composer.outputs.cache-dir }}"
9393
key: "${{ steps.cache-key.outputs.key }}"

0 commit comments

Comments
 (0)