summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 18:48:23 +0100
committerGitHub <noreply@github.com>2023-01-30 18:48:23 +0100
commitd11319586a0ab1e6d90aac00783c5e014edf63af (patch)
treefe442737ce1e2b030d745466d20db52360d3bd9f /.github
parent156db06cfb80c1d247aa963fb8661fe69502a45f (diff)
downloadastroid-git-d11319586a0ab1e6d90aac00783c5e014edf63af.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4 (#1991)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ec3f54ea..c127ab99 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.3
+ uses: actions/cache@v3.2.4
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.3
+ uses: actions/cache@v3.2.4
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -104,7 +104,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -158,7 +158,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -207,7 +207,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-