Skip to content

Commit 8eafad1

Browse files
Bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a771716 commit 8eafad1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
3939
- name: Restore Python virtual environment
4040
id: cache-venv
41-
uses: actions/cache@v4.1.2
41+
uses: actions/cache@v4.2.0
4242
with:
4343
path: venv
4444
key: >-
@@ -59,7 +59,7 @@ jobs:
5959
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6060
- name: Restore pre-commit environment
6161
id: cache-precommit
62-
uses: actions/cache@v4.1.2
62+
uses: actions/cache@v4.2.0
6363
with:
6464
path: ${{ env.PRE_COMMIT_CACHE }}
6565
key: >-
@@ -97,15 +97,15 @@ jobs:
9797
check-latest: true
9898
- name: Restore Python virtual environment
9999
id: cache-venv
100-
uses: actions/cache/restore@v4.1.2
100+
uses: actions/cache/restore@v4.2.0
101101
with:
102102
fail-on-cache-miss: true
103103
path: venv
104104
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
105105
needs.prepare-base.outputs.python-key }}
106106
- name: Restore pre-commit environment
107107
id: cache-precommit
108-
uses: actions/cache/restore@v4.1.2
108+
uses: actions/cache/restore@v4.2.0
109109
with:
110110
fail-on-cache-miss: true
111111
path: ${{ env.PRE_COMMIT_CACHE }}
@@ -131,7 +131,7 @@ jobs:
131131
check-latest: true
132132
- name: Restore Python virtual environment
133133
id: cache-venv
134-
uses: actions/cache/restore@v4.1.2
134+
uses: actions/cache/restore@v4.2.0
135135
with:
136136
fail-on-cache-miss: true
137137
path: venv
@@ -157,7 +157,7 @@ jobs:
157157
check-latest: true
158158
- name: Restore Python virtual environment
159159
id: cache-venv
160-
uses: actions/cache/restore@v4.1.2
160+
uses: actions/cache/restore@v4.2.0
161161
with:
162162
fail-on-cache-miss: true
163163
path: venv
@@ -194,7 +194,7 @@ jobs:
194194
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
195195
- name: Restore Python virtual environment
196196
id: cache-venv
197-
uses: actions/cache@v4.1.2
197+
uses: actions/cache@v4.2.0
198198
with:
199199
path: venv
200200
key: >-

0 commit comments

Comments
 (0)