Skip to content

Commit

Permalink
Merge pull request #354 from ArcadeData/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.3.2
  • Loading branch information
robfrank authored Feb 1, 2024
2 parents 2891163 + 5c6116e commit 4e6754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: pre-commit/[email protected]

- name: Cache
uses: actions/cache@v2.1.5
uses: actions/cache@v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4e6754e

Please sign in to comment.