Skip to content

Commit 848982a

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.0.0 (#685)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.5...v6.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57085e8 commit 848982a

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/github-default-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818
- name: "Cache Maven repository"
19-
uses: actions/cache@v5.0.5
19+
uses: actions/cache@v6.0.0
2020
with:
2121
path: $HOME/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v7
3737
- name: "Cache Maven repository"
38-
uses: actions/cache@v5.0.5
38+
uses: actions/cache@v6.0.0
3939
with:
4040
path: $HOME/.m2
4141
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -82,7 +82,7 @@ jobs:
8282
security-events: write
8383
steps:
8484
- name: "Cache Maven repository"
85-
uses: actions/cache@v5.0.5
85+
uses: actions/cache@v6.0.0
8686
with:
8787
path: $HOME/.m2
8888
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/github-default-jdk11-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515
- name: "Cache Maven repository"
16-
uses: actions/cache@v5.0.5
16+
uses: actions/cache@v6.0.0
1717
with:
1818
path: $HOME/.m2
1919
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v7
3434
- name: "Cache Maven repository"
35-
uses: actions/cache@v5.0.5
35+
uses: actions/cache@v6.0.0
3636
with:
3737
path: $HOME/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -72,7 +72,7 @@ jobs:
7272
security-events: write
7373
steps:
7474
- name: "Cache Maven repository"
75-
uses: actions/cache@v5.0.5
75+
uses: actions/cache@v6.0.0
7676
with:
7777
path: $HOME/.m2
7878
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/github-jdk11-release-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: "Cache Maven repository"
15-
uses: actions/cache@v5.0.5
15+
uses: actions/cache@v6.0.0
1616
with:
1717
path: $HOME/.m2
1818
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/github-pr-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020

2121
- name: "Cache Maven repository"
22-
uses: actions/cache@v5.0.5
22+
uses: actions/cache@v6.0.0
2323
with:
2424
path: ~/.m2
2525
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/github-release-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: "Cache Maven repository"
15-
uses: actions/cache@v5.0.5
15+
uses: actions/cache@v6.0.0
1616
with:
1717
path: $HOME/.m2
1818
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)