Skip to content

Commit 9651863

Browse files
committed
Update actions/cache from v5 to v6
1 parent c6d6021 commit 9651863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-containers.yml.gotpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: get-sha
2929
run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT"
3030
- name: Cache contempt
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
id: cache
3333
with:
3434
path: ~/go/bin/contempt

0 commit comments

Comments
 (0)