Skip to content

Commit

Permalink
Upgrade deprecated cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
emlyn committed Feb 9, 2025
1 parent 13bce4d commit 30378e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: mvn-${{ hashFiles('project.clj') }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: mvn-${{ hashFiles('project.clj') }}
Expand Down

0 comments on commit 30378e8

Please sign in to comment.