Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent b49cb30 commit 1cc3bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Cache the Maven packages to speed up build
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 1cc3bd3

Please sign in to comment.