Skip to content

Commit 0ad7002

Browse files
Update actions/cache action to v4.3.0 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad7413f commit 0ad7002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- name: Set up cache
29-
uses: actions/cache@v4.2.4
29+
uses: actions/cache@v4.3.0
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email "[email protected]"
3636
git config user.name "GitHub Actions"
3737
- name: Set up cache
38-
uses: actions/cache@v4.2.4
38+
uses: actions/cache@v4.3.0
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)