Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.3.1 to 3.3.2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 778a620 commit fbc29a8
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/checkout@v4.0.0

- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
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/checkout@v4.0.0

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

0 comments on commit fbc29a8

Please sign in to comment.