Skip to content

Commit

Permalink
test: Fix test workflow to use actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 1, 2024
1 parent 73c88ab commit 14e3a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
lein version
- name: Cache dependencies
uses: toyokumo/cache@main
uses: actions/cache@v4
with:
path: |
~/.m2
Expand Down

0 comments on commit 14e3a5d

Please sign in to comment.