Skip to content

Commit dcf6e33

Browse files
committed
[hibernate#2049] Update cache action to v4
1 parent 8d036a2 commit dcf6e33

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: |
@@ -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)