Skip to content

Commit

Permalink
Merge pull request #67 from nnichols/dependencies/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
nnichols authored Jan 27, 2024
2 parents f5987d7 + a2e0caf commit a0d77ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]

- name: Cache maven dependencies
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-maven
with:
Expand All @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/project.clj') }}
- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-npm
with:
Expand Down

0 comments on commit a0d77ad

Please sign in to comment.