Skip to content

Commit 4870f93

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 212478a commit 4870f93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Cache pip
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
env:
2828
SEGMENT_DOWNLOAD_TIMEOUT_MIN: "15"
2929
with:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install the latest version of uv
3434
uses: astral-sh/setup-uv@v6
3535
- name: Cache uv
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
env:
3838
SEGMENT_DOWNLOAD_TIMEOUT_MIN: "15"
3939
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Cache pip
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
env:
3131
SEGMENT_DOWNLOAD_TIMEOUT_MIN: "15"
3232
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install the latest version of uv
3737
uses: astral-sh/setup-uv@v6
3838
- name: Cache uv
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
env:
4141
SEGMENT_DOWNLOAD_TIMEOUT_MIN: "15"
4242
with:

0 commit comments

Comments
 (0)