Skip to content

Commit 74ddf13

Browse files
dependabot[bot]akurtakov
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] <support@github.com>
1 parent 1516eb5 commit 74ddf13

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

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

158158

159159
- name: "Cache: Local Maven Repository"
160-
uses: actions/cache@v4
160+
uses: actions/cache@v5
161161
if: runner.os != 'macOS' # FIXME workaround for https://github.com/actions/runner/issues/449#issuecomment-3566876749
162162
with:
163163
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
@@ -171,7 +171,7 @@ jobs:
171171

172172

173173
- name: "Cache: Local Tycho Repository"
174-
uses: actions/cache@v4
174+
uses: actions/cache@v5
175175
if: runner.os != 'macOS' # FIXME workaround for https://github.com/actions/runner/issues/449#issuecomment-3566876749
176176
with:
177177
path: |

.github/workflows/codeql.yml

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

110110

111111
- name: "Cache: Local Maven Repository"
112-
uses: actions/cache/restore@v4
112+
uses: actions/cache/restore@v5
113113
if: matrix.language == 'java'
114114
with:
115115
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
@@ -123,7 +123,7 @@ jobs:
123123

124124

125125
- name: "Cache: Local Tycho Repository"
126-
uses: actions/cache/restore@v4
126+
uses: actions/cache/restore@v5
127127
if: matrix.language == 'java'
128128
with:
129129
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)