Skip to content

Commit 95f8d25

Browse files
committed
[#2049] Update GitHub workflow cache action to v4
v2 has been deprecated for a while: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
1 parent da96e41 commit 95f8d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
8686
shell: bash
8787
- name: Cache Gradle downloads
88-
uses: actions/cache@v2
88+
uses: actions/cache@v4
8989
id: cache-gradle
9090
with:
9191
path: |
@@ -127,7 +127,7 @@ jobs:
127127
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
128128
shell: bash
129129
- name: Cache Gradle downloads
130-
uses: actions/cache@v2
130+
uses: actions/cache@v4
131131
id: cache-gradle
132132
with:
133133
path: |

0 commit comments

Comments
 (0)