Skip to content

Commit ea4d5b2

Browse files
chore(deps): update actions/cache action to v5 (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 952111c commit ea4d5b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-common-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Set up GHA cache
77
id: cache
8-
uses: actions/cache@v4
8+
uses: actions/cache@v5
99
with:
1010
path: cached_images.tar
1111
key: ${{ runner.os }}-cache

0 commit comments

Comments
 (0)