Skip to content

Commit 7308414

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#191)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 954b75e commit 7308414

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.2.4
41+
uses: actions/cache@v4.3.0
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.2.4
56+
uses: actions/cache@v4.3.0
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.2.4
88+
uses: actions/cache@v4.3.0
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.2.4
101+
uses: actions/cache@v4.3.0
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.2.4
137+
uses: actions/cache@v4.3.0
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.2.4
150+
uses: actions/cache@v4.3.0
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.2.4
186+
uses: actions/cache@v4.3.0
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.2.4
199+
uses: actions/cache@v4.3.0
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.2.4
278+
uses: actions/cache@v4.3.0
279279
with:
280280
path: venv
281281
key: >
@@ -326,7 +326,7 @@ jobs:
326326
python-version: ${{ env.DEFAULT_PYTHON }}
327327
- name: Restore Python virtual environment
328328
id: cache-venv
329-
uses: actions/cache@v4.2.4
329+
uses: actions/cache@v4.3.0
330330
with:
331331
path: venv
332332
key: >

0 commit comments

Comments
 (0)