Skip to content

Commit 937373b

Browse files
Merge pull request #118 from creative-commoners/pulls/1.17/cache
FIX Use newer version of actions/cache
2 parents 5c4a42e + 461c736 commit 937373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
# need to download requirements for the first time, after that it will be plenty quick
107107
# https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows
108108
- name: Enable shared composer cache
109-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # @v4.1.1
109+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # @v4.2.1
110110
with:
111111
path: ~/.cache/composer
112112
key: shared-composer-cache

0 commit comments

Comments
 (0)