Skip to content

Commit bc1ce85

Browse files
dependabot[bot]marko-bekhta
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] <support@github.com>
1 parent e0c31c3 commit bc1ce85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
distribution: temurin
6464
# https://github.com/actions/cache/blob/main/examples.md#java---maven
6565
- name: Cache local Maven repository
66-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
66+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
6767
with:
6868
path: ~/.m2/repository
6969
# use a different key than workflows running untrusted code

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
distribution: temurin
9797
# https://github.com/actions/cache/blob/main/examples.md#java---maven
9898
- name: Cache local Maven repository
99-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
99+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
100100
with:
101101
path: ~/.m2/repository
102102
# use a different key than workflows running in trusted mode

0 commit comments

Comments
 (0)