Skip to content

Commit

Permalink
Merge pull request #565 from ge-semtk/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
weisenje authored Feb 12, 2024
2 parents 3c9b024 + 9b76e66 commit 8dc9ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache local Maven repository
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache local Maven repository
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 8dc9ce7

Please sign in to comment.