Skip to content

Commit

Permalink
Merge pull request #10060 from orientechnologies/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
tglman authored Jan 22, 2024
2 parents 031bf52 + eebeb4a commit c896fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: 'temurin'
# Step that does that actual cache save and restore
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
server-password: MAVEN_PASSWORD
# Step that does that actual cache save and restore
- name: Cache
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 c896fd3

Please sign in to comment.