Skip to content

Commit 965b517

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 8d036a2 commit 965b517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
9191
shell: bash
9292
- name: Cache Gradle downloads
93-
uses: actions/cache@v2
93+
uses: actions/cache@v4
9494
id: cache-gradle
9595
with:
9696
path: |
@@ -139,7 +139,7 @@ jobs:
139139
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
140140
shell: bash
141141
- name: Cache Gradle downloads
142-
uses: actions/cache@v2
142+
uses: actions/cache@v4
143143
id: cache-gradle
144144
with:
145145
path: |

0 commit comments

Comments
 (0)