We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d036a2 commit dcf6e33Copy full SHA for dcf6e33
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
91
shell: bash
92
- name: Cache Gradle downloads
93
- uses: actions/cache@v2
+ uses: actions/cache@v4
94
id: cache-gradle
95
with:
96
path: |
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
0 commit comments