Skip to content

Commit 285867a

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#235)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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 ca14369 commit 285867a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Restore Python virtual environment
4040
id: cache-venv
41-
uses: actions/cache@v4.3.0
41+
uses: actions/cache@v5.0.1
4242
with:
4343
path: venv
4444
key: >
@@ -53,7 +53,7 @@ jobs:
5353
pip install -e ".[dev]"
5454
- name: Restore pre-commit environment from cache
5555
id: cache-precommit
56-
uses: actions/cache@v4.3.0
56+
uses: actions/cache@v5.0.1
5757
with:
5858
path: ${{ env.PRE_COMMIT_CACHE }}
5959
lookup-only: true
@@ -85,7 +85,7 @@ jobs:
8585
python-version: ${{ matrix.python-version }}
8686
- name: Restore Python virtual environment
8787
id: cache-venv
88-
uses: actions/cache@v4.3.0
88+
uses: actions/cache@v5.0.1
8989
with:
9090
path: venv
9191
key: >
@@ -98,7 +98,7 @@ jobs:
9898
exit 1
9999
- name: Restore pre-commit environment from cache
100100
id: cache-precommit
101-
uses: actions/cache@v4.3.0
101+
uses: actions/cache@v5.0.1
102102
with:
103103
path: ${{ env.PRE_COMMIT_CACHE }}
104104
key: >
@@ -134,7 +134,7 @@ jobs:
134134
python-version: ${{ matrix.python-version }}
135135
- name: Restore Python virtual environment
136136
id: cache-venv
137-
uses: actions/cache@v4.3.0
137+
uses: actions/cache@v5.0.1
138138
with:
139139
path: venv
140140
key: >
@@ -147,7 +147,7 @@ jobs:
147147
exit 1
148148
- name: Restore pre-commit environment from cache
149149
id: cache-precommit
150-
uses: actions/cache@v4.3.0
150+
uses: actions/cache@v5.0.1
151151
with:
152152
path: ${{ env.PRE_COMMIT_CACHE }}
153153
key: >
@@ -183,7 +183,7 @@ jobs:
183183
python-version: ${{ matrix.python-version }}
184184
- name: Restore Python virtual environment
185185
id: cache-venv
186-
uses: actions/cache@v4.3.0
186+
uses: actions/cache@v5.0.1
187187
with:
188188
path: venv
189189
key: >
@@ -196,7 +196,7 @@ jobs:
196196
exit 1
197197
- name: Restore pre-commit environment from cache
198198
id: cache-precommit
199-
uses: actions/cache@v4.3.0
199+
uses: actions/cache@v5.0.1
200200
with:
201201
path: ${{ env.PRE_COMMIT_CACHE }}
202202
key: >
@@ -275,7 +275,7 @@ jobs:
275275
python-version: ${{ matrix.python-version }}
276276
- name: Restore Python virtual environment
277277
id: cache-venv
278-
uses: actions/cache@v4.3.0
278+
uses: actions/cache@v5.0.1
279279
with:
280280
path: venv
281281
key: >
@@ -327,7 +327,7 @@ jobs:
327327
python-version: ${{ env.DEFAULT_PYTHON }}
328328
- name: Restore Python virtual environment
329329
id: cache-venv
330-
uses: actions/cache@v4.3.0
330+
uses: actions/cache@v5.0.1
331331
with:
332332
path: venv
333333
key: >

0 commit comments

Comments
 (0)