Skip to content

Commit e7791ee

Browse files
Bump actions/cache from 4.0.2 to 4.2.3 (#55)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 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 3cabe4b commit e7791ee

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
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636
- name: Restore Python virtual environment
3737
id: cache-venv
38-
uses: actions/cache@v4.0.2
38+
uses: actions/cache@v4.2.3
3939
with:
4040
path: venv
4141
key: |
@@ -50,7 +50,7 @@ jobs:
5050
pip install -e ".[dev]"
5151
- name: Restore pre-commit environment from cache
5252
id: cache-precommit
53-
uses: actions/cache@v4.0.2
53+
uses: actions/cache@v4.2.3
5454
with:
5555
path: ${{ env.PRE_COMMIT_CACHE }}
5656
lookup-only: true
@@ -79,7 +79,7 @@ jobs:
7979
python-version: ${{ needs.prepare.outputs.python-version }}
8080
- name: Restore Python virtual environment
8181
id: cache-venv
82-
uses: actions/cache@v4.0.2
82+
uses: actions/cache@v4.2.3
8383
with:
8484
path: venv
8585
key: |
@@ -92,7 +92,7 @@ jobs:
9292
exit 1
9393
- name: Restore pre-commit environment from cache
9494
id: cache-precommit
95-
uses: actions/cache@v4.0.2
95+
uses: actions/cache@v4.2.3
9696
with:
9797
path: ${{ env.PRE_COMMIT_CACHE }}
9898
key: |
@@ -125,7 +125,7 @@ jobs:
125125
python-version: ${{ needs.prepare.outputs.python-version }}
126126
- name: Restore Python virtual environment
127127
id: cache-venv
128-
uses: actions/cache@v4.0.2
128+
uses: actions/cache@v4.2.3
129129
with:
130130
path: venv
131131
key: |
@@ -138,7 +138,7 @@ jobs:
138138
exit 1
139139
- name: Restore pre-commit environment from cache
140140
id: cache-precommit
141-
uses: actions/cache@v4.0.2
141+
uses: actions/cache@v4.2.3
142142
with:
143143
path: ${{ env.PRE_COMMIT_CACHE }}
144144
key: |
@@ -171,7 +171,7 @@ jobs:
171171
python-version: ${{ needs.prepare.outputs.python-version }}
172172
- name: Restore Python virtual environment
173173
id: cache-venv
174-
uses: actions/cache@v4.0.2
174+
uses: actions/cache@v4.2.3
175175
with:
176176
path: venv
177177
key: |
@@ -184,7 +184,7 @@ jobs:
184184
exit 1
185185
- name: Restore pre-commit environment from cache
186186
id: cache-precommit
187-
uses: actions/cache@v4.0.2
187+
uses: actions/cache@v4.2.3
188188
with:
189189
path: ${{ env.PRE_COMMIT_CACHE }}
190190
key: |
@@ -260,7 +260,7 @@ jobs:
260260
python-version: ${{ needs.prepare.outputs.python-version }}
261261
- name: Restore Python virtual environment
262262
id: cache-venv
263-
uses: actions/cache@v4.0.2
263+
uses: actions/cache@v4.2.3
264264
with:
265265
path: venv
266266
key: |
@@ -311,7 +311,7 @@ jobs:
311311
python-version: ${{ needs.prepare.outputs.python-version }}
312312
- name: Restore Python virtual environment
313313
id: cache-venv
314-
uses: actions/cache@v4.0.2
314+
uses: actions/cache@v4.2.3
315315
with:
316316
path: venv
317317
key: |

0 commit comments

Comments
 (0)