Skip to content

Commit 4b9e43a

Browse files
authored
Merge pull request #3 from rm155/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 41f8e3a + 6b9c05a commit 4b9e43a

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@v3
38+
- uses: actions/cache@v4
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@v3
33+
- uses: actions/cache@v4
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@v3
43+
- uses: actions/cache@v4
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@v3
26+
- uses: actions/cache@v4
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@v3
41+
- uses: actions/cache@v4
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@v3
230+
- uses: actions/cache@v4
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@v3
41+
- uses: actions/cache@v4
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@v3
60+
- uses: actions/cache@v4
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@v3
46+
- uses: actions/cache@v4
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@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: src/.downloaded-cache
7575
key: downloaded-cache

0 commit comments

Comments
 (0)