summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 20:22:01 +0200
committerGitHub <noreply@github.com>2022-10-03 20:22:01 +0200
commit2413385d7c2c7b6541e099cf27f3b4e862cdb194 (patch)
tree7aabe44a1c9fccfa3e6bb2a9b7d1dc6cb0f4f4b7 /.github/workflows
parent73be77cd82a9b6e0723437348b81661dd463b79b (diff)
downloadastroid-git-2413385d7c2c7b6541e099cf27f3b4e862cdb194.tar.gz
Bump actions/cache from 3.0.8 to 3.0.10 (#1814)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [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.8...v3.0.10) --- 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/workflows')
-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 ddeb0d00..e168fb16 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: venv
key: >-
@@ -56,7 +56,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -104,7 +104,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: venv
key: >-
@@ -150,7 +150,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: venv
key:
@@ -204,7 +204,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: venv
key: >-
@@ -248,7 +248,7 @@ jobs:
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.10
with:
path: venv
key: >-