Skip to content

Commit c1390d5

Browse files
Bump actions/cache from 3.0.2 to 3.0.3 (#1582)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bd9ff4 commit c1390d5

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
@@ -33,7 +33,7 @@ jobs:
3333
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
3434
- name: Restore Python virtual environment
3535
id: cache-venv
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
path: venv
3939
key: >-
@@ -56,7 +56,7 @@ jobs:
5656
hashFiles('.pre-commit-config.yaml') }}"
5757
- name: Restore pre-commit environment
5858
id: cache-precommit
59-
uses: actions/[email protected].2
59+
uses: actions/[email protected].3
6060
with:
6161
path: ${{ env.PRE_COMMIT_CACHE }}
6262
key: >-
@@ -104,7 +104,7 @@ jobs:
104104
'requirements_test_brain.txt') }}"
105105
- name: Restore Python virtual environment
106106
id: cache-venv
107-
uses: actions/[email protected].2
107+
uses: actions/[email protected].3
108108
with:
109109
path: venv
110110
key: >-
@@ -153,7 +153,7 @@ jobs:
153153
'requirements_test_brain.txt') }}"
154154
- name: Restore Python virtual environment
155155
id: cache-venv
156-
uses: actions/[email protected].2
156+
uses: actions/[email protected].3
157157
with:
158158
path: venv
159159
key: >-
@@ -200,7 +200,7 @@ jobs:
200200
python-version: ${{ matrix.python-version }}
201201
- name: Restore Python virtual environment
202202
id: cache-venv
203-
uses: actions/[email protected].2
203+
uses: actions/[email protected].3
204204
with:
205205
path: venv
206206
key:
@@ -254,7 +254,7 @@ jobs:
254254
'requirements_test_brain.txt') }}"
255255
- name: Restore Python virtual environment
256256
id: cache-venv
257-
uses: actions/[email protected].2
257+
uses: actions/[email protected].3
258258
with:
259259
path: venv
260260
key: >-
@@ -298,7 +298,7 @@ jobs:
298298
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
299299
- name: Restore Python virtual environment
300300
id: cache-venv
301-
uses: actions/[email protected].2
301+
uses: actions/[email protected].3
302302
with:
303303
path: venv
304304
key: >-

0 commit comments

Comments
 (0)