Skip to content

Commit 9d54c50

Browse files
chore(deps): bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6af8c38 commit 9d54c50

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: 'temurin'
3030
java-version: '17'
31-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
31+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
3232
with:
3333
key: maven-${{ hashFiles('**/pom.xml') }}
3434
restore-keys: maven-
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
distribution: 'temurin'
8888
java-version: '17'
89-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
89+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
9090
with:
9191
key: maven-${{ hashFiles('**/pom.xml') }}
9292
restore-keys: maven-
@@ -141,7 +141,7 @@ jobs:
141141
# Note: this works under Windows only if pom.xml files use LF, so that hashFiles('**/pom.xml')
142142
# gives the same result (line endings...).
143143
# see .gitattributes for pom.xml - it should always be using lf.
144-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
144+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
145145
with:
146146
key: maven-${{ hashFiles('**/pom.xml') }}
147147
restore-keys: maven-
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
distribution: 'temurin'
179179
java-version: '17'
180-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
180+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
181181
with:
182182
key: maven-${{ hashFiles('**/pom.xml') }}
183183
restore-keys: maven-
@@ -263,7 +263,7 @@ jobs:
263263
with:
264264
distribution: 'temurin'
265265
java-version: '17'
266-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
266+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
267267
with:
268268
key: maven-${{ hashFiles('**/pom.xml') }}
269269
restore-keys: maven-
@@ -324,7 +324,7 @@ jobs:
324324
uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 #v1.282.0
325325
with:
326326
ruby-version: 3.3
327-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
327+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
328328
with:
329329
path: |
330330
~/.m2/repository

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ jobs:
635635
uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 #v1.282.0
636636
with:
637637
ruby-version: 3.3
638-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
638+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
639639
with:
640640
path: |
641641
~/.m2/repository

.github/workflows/publish-snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
server-password: MAVEN_PASSWORD
8989
gpg-passphrase: MAVEN_GPG_PASSPHRASE
9090
gpg-private-key: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }}
91-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
91+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
9292
with:
9393
key: maven-${{ hashFiles('**/pom.xml') }}
9494
restore-keys: maven-
@@ -652,7 +652,7 @@ jobs:
652652
uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 #v1.282.0
653653
with:
654654
ruby-version: 3.3
655-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
655+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
656656
with:
657657
path: |
658658
~/.m2/repository
@@ -733,7 +733,7 @@ jobs:
733733
with:
734734
distribution: 'temurin'
735735
java-version: '17'
736-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
736+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
737737
with:
738738
key: maven-${{ hashFiles('**/pom.xml') }}
739739
restore-keys: maven-
@@ -770,7 +770,7 @@ jobs:
770770
with:
771771
distribution: 'temurin'
772772
java-version: '17'
773-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
773+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
774774
with:
775775
key: maven-${{ hashFiles('**/pom.xml') }}
776776
restore-keys: maven-

0 commit comments

Comments
 (0)