Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to 6849a64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ajanon committed Oct 29, 2024
1 parent a0517c2 commit ef27ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
image_url="$image_server_url"/"$image_path"
curl -s "$image_url" -o images/android13.tar.xz
- name: Cache all images
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: images
key: anbox-images-amd64
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
channel: 1.24/edge
- name: Restore cached images
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: images
key: anbox-images-amd64
Expand Down

0 comments on commit ef27ae9

Please sign in to comment.