Skip to content

Commit 9315e6e

Browse files
Bump actions/cache from 4 to 5 (#50)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Curtis Vogt <[email protected]>
1 parent 9d72a65 commit 9315e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ runs:
203203
bind_root: ${{ steps.bind-root.outputs.path }}
204204
- name: Retrieve Docker cache mount bundle
205205
if: ${{ inputs.use-mount-caching == 'true' }}
206-
uses: actions/cache@v4
206+
uses: actions/cache@v5
207207
with:
208208
path: ${{ steps.bind-root.outputs.path }}
209209
key: docker-build-cache-mount-${{ hashFiles(format('{0}/**', inputs.context)) }}

0 commit comments

Comments
 (0)