Skip to content

Commit c7ef2b5

Browse files
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3236e4f commit c7ef2b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
distribution: 'temurin'
4141
java-version: '21'
4242
- name: Cache local Maven repository
43-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
43+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4444
with:
4545
path: |
4646
~/.m2/repository
@@ -103,7 +103,7 @@ jobs:
103103
gpg-private-key: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }}
104104

105105
- name: Cache local Maven repository
106-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
106+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
107107
with:
108108
path: |
109109
~/.m2/repository

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: temurin
4040
java-version: '21'
4141
- name: Cache local Maven repository
42-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
42+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4343
with:
4444
path: |
4545
~/.m2/repository
@@ -93,7 +93,7 @@ jobs:
9393
gpg-private-key: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }}
9494

9595
- name: Cache local Maven repository
96-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
96+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
9797
with:
9898
path: |
9999
~/.m2/repository

0 commit comments

Comments
 (0)