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/jepsen-test-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# ~100 jars at first launch. Keying on project.clj invalidates the
# cache only when dependencies actually change.
- name: Cache Maven and Leiningen artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jepsen-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# 429s during peak hours have been knocking the scheduled stress
# run out, and the per-push run uses the same dependency set.
- name: Cache Maven and Leiningen artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tla-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# whole point of the pin (codex P2 on PR #856 round 4). A full
# miss-and-redownload is correct here.
- name: Cache tla2tools.jar
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .cache/tla
key: ${{ runner.os }}-tla-tools-${{ hashFiles('Makefile') }}
Expand Down
Loading