We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952111c commit ea4d5b2Copy full SHA for ea4d5b2
1 file changed
.github/actions/cache-common-images/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- name: Set up GHA cache
7
id: cache
8
- uses: actions/cache@v4
+ uses: actions/cache@v5
9
with:
10
path: cached_images.tar
11
key: ${{ runner.os }}-cache
0 commit comments