Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.3.3 to 4.0.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 17, 2024
1 parent 3c3998e commit 71d9a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 71d9a64

Please sign in to comment.