Skip to content

Commit 4ee3722

Browse files
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 4b9e43a commit 4ee3722

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

.github/workflows/baseruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
with:
4040
path: .downloaded-cache
4141
key: downloaded-cache

.github/workflows/bundled_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- uses: actions/checkout@v4
3232

33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
with:
3535
path: .downloaded-cache
3636
key: downloaded-cache-${{ github.sha }}

.github/workflows/check_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global advice.detachedHead 0
4141
git config --global init.defaultBranch garbage
4242
- uses: actions/checkout@v4
43-
- uses: actions/cache@v4
43+
- uses: actions/cache@v5
4444
with:
4545
path: .downloaded-cache
4646
key: downloaded-cache

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
done | grep -F .
2424
working-directory: include
2525

26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: .downloaded-cache
2929
key: downloaded-cache-${{ github.sha }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040

41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: .downloaded-cache
4444
key: downloaded-cache

.github/workflows/compilers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
- uses: actions/checkout@v4
228228
with:
229229
path: src
230-
- uses: actions/cache@v4
230+
- uses: actions/cache@v5
231231
with:
232232
path: src/.downloaded-cache
233233
key: downloaded-cache

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
path: src
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
with:
4343
path: src/.downloaded-cache
4444
key: downloaded-cache

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
with:
5959
path: src
60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
with:
6262
path: src/.downloaded-cache
6363
key: downloaded-cache

.github/workflows/mjit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
with:
4545
path: src
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
with:
4848
path: src/.downloaded-cache
4949
key: downloaded-cache

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
with:
7171
path: src
72-
- uses: actions/cache@v4
72+
- uses: actions/cache@v5
7373
with:
7474
path: src/.downloaded-cache
7575
key: downloaded-cache

0 commit comments

Comments
 (0)