Skip to content

Commit 12d0100

Browse files
[tomee-10.x]: Bump actions/cache from 6.0.0 to 6.1.0 (#2804)
Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2c8a9bd...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6210b8 commit 12d0100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323

2424
- name: Cache Maven packages
25-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
25+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2626
with:
2727
path: ~/.m2
2828
key: ${{ runner.os }}-tomee10-pr-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/main-push-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323

2424
- name: Cache Maven packages
25-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
25+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2626
with:
2727
path: ~/.m2
2828
key: ${{ runner.os }}-tomee10-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)