1 parent c6d6021 commit 9651863Copy full SHA for 9651863
1 file changed
.github/workflows/update-containers.yml.gotpl
@@ -28,7 +28,7 @@ jobs:
28
id: get-sha
29
run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT"
30
- name: Cache contempt
31
- uses: actions/cache@v5
+ uses: actions/cache@v6
32
id: cache
33
with:
34
path: ~/go/bin/contempt
0 commit comments