Skip to content

Commit

Permalink
Merge pull request #12 from mangadex-pub/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
Tristan971 authored Jan 23, 2024
2 parents 25b4100 + 035ae6f commit 0ae906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: "corretto"
java-version: "17"
- name: Cache local Maven repository
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('providers/theme/pom.xml') }}
Expand Down

0 comments on commit 0ae906c

Please sign in to comment.