Skip to content

Commit

Permalink
Merge pull request #283 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
jonesbusy authored Sep 30, 2024
2 parents dbd0aa2 + 9bcadb8 commit 0308620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-docker-registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Cache Maven dependencies
- name: Cache Maven dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.MAVEN_CACHE_PATH }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 0308620

Please sign in to comment.