Skip to content

Commit

Permalink
Merge pull request #329 from cyanpotion/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
XenoAmess committed Jan 22, 2024
2 parents 6fd3671 + 394bfe5 commit a4b830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit a4b830c

Please sign in to comment.