Skip to content

Commit 5926975

Browse files
chore(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 d859daa commit 5926975

17 files changed

+17
-17
lines changed

.github/workflows/adbe-installtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: gradle/actions/setup-gradle@v5
5555

5656
- name: AVD cache
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
id: avd-cache
5959
with:
6060
path: |

.github/workflows/adbe-unittests-api16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: gradle/actions/setup-gradle@v5
5858

5959
- name: AVD cache
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
id: avd-cache
6262
with:
6363
path: |

.github/workflows/adbe-unittests-api21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@v5
4444

4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

.github/workflows/adbe-unittests-api22.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@v5
4444

4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

.github/workflows/adbe-unittests-api23.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: gradle/actions/setup-gradle@v5
4545

4646
- name: AVD cache
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: avd-cache
4949
with:
5050
path: |

.github/workflows/adbe-unittests-api24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo udevadm trigger --name-match=kvm
4444
4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

.github/workflows/adbe-unittests-api25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@v5
4444

4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

.github/workflows/adbe-unittests-api26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: gradle/actions/setup-gradle@v5
4848

4949
- name: AVD cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
id: avd-cache
5252
with:
5353
path: |

.github/workflows/adbe-unittests-api27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@v5
4444

4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

.github/workflows/adbe-unittests-api28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@v5
4444

4545
- name: AVD cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
id: avd-cache
4848
with:
4949
path: |

0 commit comments

Comments
 (0)