Skip to content

Commit 629c8cb

Browse files
Bump actions/cache from 3.0.10 to 3.0.11 (#243)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a40c43 commit 629c8cb

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
@@ -37,7 +37,7 @@ jobs:
3737
'requirements_test_pre_commit.txt') }}"
3838
- name: Restore Python virtual environment
3939
id: cache-venv
40-
uses: actions/[email protected].10
40+
uses: actions/[email protected].11
4141
with:
4242
path: venv
4343
key: >-
@@ -58,7 +58,7 @@ jobs:
5858
hashFiles('.pre-commit-config.yaml') }}"
5959
- name: Restore pre-commit environment
6060
id: cache-precommit
61-
uses: actions/[email protected].10
61+
uses: actions/[email protected].11
6262
with:
6363
path: ${{ env.PRE_COMMIT_CACHE }}
6464
key: >-
@@ -83,7 +83,7 @@ jobs:
8383
python-version: ${{ env.DEFAULT_PYTHON }}
8484
- name: Restore Python virtual environment
8585
id: cache-venv
86-
uses: actions/[email protected].10
86+
uses: actions/[email protected].11
8787
with:
8888
path: venv
8989
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -95,7 +95,7 @@ jobs:
9595
exit 1
9696
- name: Restore pre-commit environment
9797
id: cache-precommit
98-
uses: actions/[email protected].10
98+
uses: actions/[email protected].11
9999
with:
100100
path: ${{ env.PRE_COMMIT_CACHE }}
101101
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -123,7 +123,7 @@ jobs:
123123
python-version: ${{ env.DEFAULT_PYTHON }}
124124
- name: Restore Python virtual environment
125125
id: cache-venv
126-
uses: actions/[email protected].10
126+
uses: actions/[email protected].11
127127
with:
128128
path: venv
129129
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -152,7 +152,7 @@ jobs:
152152
python-version: ${{ env.DEFAULT_PYTHON }}
153153
- name: Restore Python virtual environment
154154
id: cache-venv
155-
uses: actions/[email protected].10
155+
uses: actions/[email protected].11
156156
with:
157157
path: venv
158158
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -192,7 +192,7 @@ jobs:
192192
'requirements_test_pre_commit.txt') }}"
193193
- name: Restore Python virtual environment
194194
id: cache-venv
195-
uses: actions/[email protected].10
195+
uses: actions/[email protected].11
196196
with:
197197
path: venv
198198
key: >-

0 commit comments

Comments
 (0)