summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 9acbd4f1..efea9be8 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: venv
key: >-
@@ -56,7 +56,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -104,7 +104,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: venv
key: >-
@@ -150,7 +150,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: venv
key:
@@ -204,7 +204,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: venv
key: >-
@@ -248,7 +248,7 @@ jobs:
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.0.5
with:
path: venv
key: >-