Skip to content

Commit 0c039c5

Browse files
dependabot[bot]DavideD
authored andcommitted
Bump actions/cache from 4.2.4 to 4.3.0 in the workflow-actions group
Bumps the workflow-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec089ff commit 0c039c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
9393
shell: bash
9494
- name: Cache Gradle downloads
95-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
95+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9696
id: cache-gradle
9797
with:
9898
path: |
@@ -141,7 +141,7 @@ jobs:
141141
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
142142
shell: bash
143143
- name: Cache Gradle downloads
144-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145145
id: cache-gradle
146146
with:
147147
path: |
@@ -219,7 +219,7 @@ jobs:
219219
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
220220
- name: Cache Maven/Gradle Dependency/Dist Caches
221221
id: cache-maven
222-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
222+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
223223
# if it's not a pull request, we restore and save the cache
224224
if: github.event_name != 'pull_request'
225225
with:
@@ -236,7 +236,7 @@ jobs:
236236
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
237237
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
238238
- name: Restore Maven/Gradle Dependency/Dist Caches
239-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
239+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
240240
# if it's a pull request, we restore the cache, but we don't save it
241241
if: github.event_name == 'pull_request'
242242
with:

0 commit comments

Comments
 (0)