Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 079b10b

Browse files
Update actions/cache action to v4 (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8929c9d commit 079b10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/groovy-joint-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
distribution: 'adopt'
4444
java-version: '11.0.6'
4545
- name: Cache local Maven repository & Groovy
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: |
4949
~/groovy
@@ -130,7 +130,7 @@ jobs:
130130
distribution: 'adopt'
131131
java-version: '11'
132132
- name: Cache local Maven repository & Groovy
133-
uses: actions/cache@v3
133+
uses: actions/cache@v4
134134
with:
135135
path: |
136136
~/groovy

0 commit comments

Comments
 (0)