We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a22a98 commit cfc3f1aCopy full SHA for cfc3f1a
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
+ uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
91
with:
92
path: "${{ steps.composer.outputs.cache-dir }}"
93
key: "${{ steps.cache-key.outputs.key }}"
0 commit comments