Skip to content

Commit 0d79450

Browse files
Update actions/cache action to v5 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9beac02 commit 0d79450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Copy CI gradle.properties
3030
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
3131

32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
with:
3434
path: |
3535
~/.gradle/caches
@@ -84,7 +84,7 @@ jobs:
8484
- name: Copy CI gradle.properties
8585
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
8686

87-
- uses: actions/cache@v4
87+
- uses: actions/cache@v5
8888
with:
8989
path: |
9090
~/.gradle/caches
@@ -122,7 +122,7 @@ jobs:
122122
- name: Copy CI gradle.properties
123123
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
124124

125-
- uses: actions/cache@v4
125+
- uses: actions/cache@v5
126126
with:
127127
path: |
128128
~/.gradle/caches

0 commit comments

Comments
 (0)