Skip to content

Commit 781a2b3

Browse files
Update actions/cache action to v6
1 parent 0a611ea commit 781a2b3

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@v5
8+
uses: actions/cache@v6
99
with:
1010
path: cached_images.tar
1111
key: ${{ runner.os }}-cache

0 commit comments

Comments
 (0)