Skip to content

Commit

Permalink
Update git cache version in verify workflow (#171)
Browse files Browse the repository at this point in the history
## Type of Change

Please delete options that are not relevant.

* Update (Update version or update existing automation)

Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Aug 20, 2024
1 parent 6ee3bc8 commit c5962d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: '17'

- name: Cache m2 repo
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 c5962d6

Please sign in to comment.