Skip to content

Commit c06e818

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 b14ffd2 commit c06e818

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: |
@@ -132,7 +132,7 @@ jobs:
132132
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
133133
shell: bash
134134
- name: Cache Gradle downloads
135-
uses: actions/cache@v2
135+
uses: actions/cache@v4
136136
id: cache-gradle
137137
with:
138138
path: |

0 commit comments

Comments
 (0)