Skip to content

Commit cb89c67

Browse files
Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e04619d commit cb89c67

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/[email protected].3
41+
uses: actions/[email protected].4
4242
with:
4343
path: venv
4444
key: >-
@@ -60,7 +60,7 @@ jobs:
6060
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6161
- name: Restore pre-commit environment
6262
id: cache-precommit
63-
uses: actions/[email protected].3
63+
uses: actions/[email protected].4
6464
with:
6565
path: ${{ env.PRE_COMMIT_CACHE }}
6666
key: >-
@@ -99,7 +99,7 @@ jobs:
9999
check-latest: true
100100
- name: Restore Python virtual environment
101101
id: cache-venv
102-
uses: actions/cache/[email protected].3
102+
uses: actions/cache/[email protected].4
103103
with:
104104
fail-on-cache-miss: true
105105
path: venv
@@ -108,7 +108,7 @@ jobs:
108108
needs.prepare-base.outputs.python-key }}
109109
- name: Restore pre-commit environment
110110
id: cache-precommit
111-
uses: actions/cache/[email protected].3
111+
uses: actions/cache/[email protected].4
112112
with:
113113
fail-on-cache-miss: true
114114
path: ${{ env.PRE_COMMIT_CACHE }}
@@ -135,7 +135,7 @@ jobs:
135135
check-latest: true
136136
- name: Restore Python virtual environment
137137
id: cache-venv
138-
uses: actions/cache/[email protected].3
138+
uses: actions/cache/[email protected].4
139139
with:
140140
fail-on-cache-miss: true
141141
path: venv
@@ -162,7 +162,7 @@ jobs:
162162
check-latest: true
163163
- name: Restore Python virtual environment
164164
id: cache-venv
165-
uses: actions/cache/[email protected].3
165+
uses: actions/cache/[email protected].4
166166
with:
167167
fail-on-cache-miss: true
168168
path: venv
@@ -201,7 +201,7 @@ jobs:
201201
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
202202
- name: Restore Python virtual environment
203203
id: cache-venv
204-
uses: actions/[email protected].3
204+
uses: actions/[email protected].4
205205
with:
206206
path: venv
207207
key: >-

0 commit comments

Comments
 (0)