Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
id: get-sha
run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT"
- name: Restore contempt from cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
id: cache
with:
path: ~/go/bin/contempt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contempt-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: stable
cache: false
- name: Cache updater
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: ~/go/bin/update
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
go-version: stable
cache: false
- name: Cache updater
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: ~/go/bin/update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-reproducibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT"

- name: Restore contempt from cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
id: cache
with:
path: ~/go/bin/contempt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: get-sha
run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT"
- name: Cache contempt
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: ~/go/bin/contempt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 'stable'
cache: false
- name: Cache orchestrator
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: ~/go/bin/orchestrator
Expand Down