Skip to content

Commit

Permalink
cache v4
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 11, 2025
1 parent e17464e commit aca7b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 11

- name: "Restore Cache"
uses: "actions/cache@v1"
uses: "actions/cache@v4"
with:
path: "~/.m2/repository"
key: "${{ runner.os }}-deps-${{ hashFiles('deps.edn') }}"
Expand Down

0 comments on commit aca7b43

Please sign in to comment.