summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 17:20:54 +0000
committerGitHub <noreply@github.com>2023-01-09 17:20:54 +0000
commit19b7dd45caff9c9f586081e8a815c4e48550e00d (patch)
tree8cf34874356762f3cbf3da8f2c6c46f7db1356ff /.github
parent43d9410c956405bff4b2aaea2fb3d377c2567aed (diff)
downloadastroid-git-19b7dd45caff9c9f586081e8a815c4e48550e00d.tar.gz
Bump actions/cache from 3.2.2 to 3.2.3 (#1954)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 59470691..ea84c6f4 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-
@@ -157,7 +157,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-
@@ -206,7 +206,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-