Skip to content

Commit a4849f0

Browse files
ci(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 f1c40d9 commit a4849f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.13"
2424

2525
- name: Cache pip
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
@@ -56,7 +56,7 @@ jobs:
5656
python-version: "3.13"
5757

5858
- name: Cache pip
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: ~/.cache/pip
6262
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
@@ -89,7 +89,7 @@ jobs:
8989
python-version: ${{ matrix.python-version }}
9090

9191
- name: Cache pip
92-
uses: actions/cache@v4
92+
uses: actions/cache@v5
9393
with:
9494
path: ~/.cache/pip
9595
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}
@@ -133,7 +133,7 @@ jobs:
133133
python-version: "3.13"
134134

135135
- name: Cache pip
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: ~/.cache/pip
139139
key: ${{ runner.os }}-pip-verify-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)