We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c4a42e + 461c736 commit 937373bCopy full SHA for 937373b
action.yml
@@ -106,7 +106,7 @@ runs:
106
# need to download requirements for the first time, after that it will be plenty quick
107
# https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows
108
- name: Enable shared composer cache
109
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # @v4.1.1
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # @v4.2.1
110
with:
111
path: ~/.cache/composer
112
key: shared-composer-cache
0 commit comments