Skip to content

Commit

Permalink
Update CI cache action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 14, 2023
1 parent fb7ee1c commit 93a03f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
"password": "${{ secrets.GITHUB_TOKEN }}"
}]
- uses: actions/cache@v2
- name: Cache local Maven repository
uses: actions/cache@v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 93a03f7

Please sign in to comment.