Skip to content

Commit

Permalink
[hibernate#2049] Update cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 20, 2024
1 parent 8d036a2 commit dcf6e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
shell: bash
- name: Cache Gradle downloads
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-gradle
with:
path: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
shell: bash
- name: Cache Gradle downloads
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-gradle
with:
path: |
Expand Down

0 comments on commit dcf6e33

Please sign in to comment.