Skip to content

Commit edeff31

Browse files
dependabot[bot]rubenporras
authored andcommitted
ci(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afdab95 commit edeff31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142

143143
- name: "Cache: Local Maven Repository"
144-
uses: actions/cache@v4
144+
uses: actions/cache@v5
145145
with:
146146
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
147147
path: |
@@ -154,7 +154,7 @@ jobs:
154154

155155

156156
- name: "Cache: Local Tycho Repository"
157-
uses: actions/cache@v4
157+
uses: actions/cache@v5
158158
with:
159159
path: |
160160
~/.m2/repository/.cache/tycho

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102

103103
- name: "Cache: Local Maven Repository"
104-
uses: actions/cache/restore@v4
104+
uses: actions/cache/restore@v5
105105
if: matrix.language == 'java'
106106
with:
107107
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
@@ -115,7 +115,7 @@ jobs:
115115

116116

117117
- name: "Cache: Local Tycho Repository"
118-
uses: actions/cache/restore@v4
118+
uses: actions/cache/restore@v5
119119
if: matrix.language == 'java'
120120
with:
121121
path: |

.github/workflows/licensecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373

7474
- name: "Cache: Local Maven Repository"
75-
uses: actions/cache/restore@v4
75+
uses: actions/cache/restore@v5
7676
with:
7777
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
7878
path: |
@@ -85,7 +85,7 @@ jobs:
8585

8686

8787
- name: "Cache: Local Tycho Repository"
88-
uses: actions/cache/restore@v4
88+
uses: actions/cache/restore@v5
8989
with:
9090
path: |
9191
~/.m2/repository/.cache/tycho

0 commit comments

Comments
 (0)