Skip to content

Commit

Permalink
Merge pull request #336 from apache/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.0.2

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
lukaszlenart authored May 6, 2024
2 parents 74045bd + 2be5be5 commit f79be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Set up cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit f79be27

Please sign in to comment.