Skip to content

Commit

Permalink
Bump actions/cache
Browse files Browse the repository at this point in the history
See https://github.com/actions/cache/releases/tag/v4.0.0 for details;
in particular this switched to node20, node16 is deprecated.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Feb 28, 2024
1 parent 997a379 commit 8a9691d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-actions/cache-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Set up the cache
id: image-cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: ${{ inputs.cache }}
key: image-cache-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/restore-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- name: Set up the cache
id: image-cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
with:
path: ${{ inputs.cache }}
key: image-cache-${{ github.sha }}
Expand Down

0 comments on commit 8a9691d

Please sign in to comment.