1 parent a8d0d95 commit 853e7d7Copy full SHA for 853e7d7
1 file changed
action.yml
@@ -87,7 +87,7 @@ runs:
87
88
- name: "Cache Composer dependencies"
89
if: steps.should-cache.outputs.do-cache == 1
90
- uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
+ uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
91
with:
92
path: "${{ steps.composer.outputs.cache-dir }}"
93
key: "${{ steps.cache-key.outputs.key }}"
0 commit comments