summaryrefslogtreecommitdiff
path: root/.github/workflows/checks.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yaml')
-rw-r--r--.github/workflows/checks.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 93d629eb9..04a531377 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -48,7 +48,7 @@ jobs:
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: venv
key: >-
@@ -69,7 +69,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -96,7 +96,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: venv
key:
@@ -109,7 +109,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -145,7 +145,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: venv
key:
@@ -177,7 +177,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.1
with:
path: venv
key: