summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 17:05:40 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-26 18:46:08 +0100
commit979f1667617afaf51e950c7257f79028c74ee04f (patch)
tree5c2601329ae09558df8a40788f2b19fda8c30229 /.github
parent6d6388f117d6c6cc9831efcce60b95a3889a88b0 (diff)
downloadastroid-git-979f1667617afaf51e950c7257f79028c74ee04f.tar.gz
Bump actions/cache from 3.0.11 to 3.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [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.0.11...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 3f7c6a54..90606dbc 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.0.11
+ uses: actions/cache@v3.2.1
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.0.11
+ uses: actions/cache@v3.2.1
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.0.11
+ uses: actions/cache@v3.2.1
with:
path: venv
key: >-
@@ -148,7 +148,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:
@@ -203,7 +203,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $env: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: >-
@@ -247,7 +247,7 @@ jobs:
}}" >> $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: >-