Skip to content

Commit 9c98e48

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 (#600)
1 parent bae7e5a commit 9c98e48

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].2
41+
uses: actions/[email protected].3
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/[email protected].2
62+
uses: actions/[email protected].3
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/[email protected].2
100+
uses: actions/cache/[email protected].3
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/[email protected].2
108+
uses: actions/cache/[email protected].3
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/[email protected].2
134+
uses: actions/cache/[email protected].3
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/[email protected].2
160+
uses: actions/cache/[email protected].3
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/[email protected].2
197+
uses: actions/[email protected].3
198198
with:
199199
path: venv
200200
key: >-

0 commit comments

Comments
 (0)