Skip to content

Commit

Permalink
[cache-invalidation] Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Sep 27, 2024
1 parent 3ee7462 commit 45fe99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache-invalidation-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
distribution: "temurin"
java-version: 21
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('cache-invalidation/**/pom.xml') }}
Expand Down

0 comments on commit 45fe99c

Please sign in to comment.