summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aad6d1ac..646d5cb5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -56,7 +56,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -103,7 +103,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -148,7 +148,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -203,7 +203,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -247,7 +247,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-