Skip to content

Commit aa41b80

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1191)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b68fa61 commit aa41b80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/functional-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
python-version: 3.12
8282

8383
- name: Cache uv modules
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
with:
8686
path: |
8787
~/.cache/uv
@@ -165,7 +165,7 @@ jobs:
165165
sudo udevadm trigger --name-match=kvm
166166
167167
- name: AVD cache
168-
uses: actions/cache@v4
168+
uses: actions/cache@v5
169169
id: avd-cache
170170
with:
171171
path: |
@@ -190,7 +190,7 @@ jobs:
190190
python-version: 3.12
191191

192192
- name: Cache uv modules
193-
uses: actions/cache@v4
193+
uses: actions/cache@v5
194194
with:
195195
path: |
196196
~/.cache/uv
@@ -306,7 +306,7 @@ jobs:
306306
log_file: appium-${{ matrix.e2e-tests }}.log
307307

308308
- name: Cache uv modules
309-
uses: actions/cache@v4
309+
uses: actions/cache@v5
310310
with:
311311
path: |
312312
~/.cache/uv

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Cache uv modules
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cache/uv

0 commit comments

Comments
 (0)