Skip to content

Commit c06e818

Browse files
committed
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

+2-2
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)