Skip to content

Commit 1ced7c6

Browse files
Bump actions/cache from 5.0.2 to 5.0.3 (#254)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent daeda66 commit 1ced7c6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.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@v5.0.2
41+
uses: actions/cache@v5.0.3
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@v5.0.2
56+
uses: actions/cache@v5.0.3
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@v5.0.2
88+
uses: actions/cache@v5.0.3
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@v5.0.2
101+
uses: actions/cache@v5.0.3
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@v5.0.2
137+
uses: actions/cache@v5.0.3
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@v5.0.2
150+
uses: actions/cache@v5.0.3
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@v5.0.2
186+
uses: actions/cache@v5.0.3
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@v5.0.2
199+
uses: actions/cache@v5.0.3
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@v5.0.2
278+
uses: actions/cache@v5.0.3
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@v5.0.2
330+
uses: actions/cache@v5.0.3
331331
with:
332332
path: venv
333333
key: >

0 commit comments

Comments
 (0)