summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 19:40:51 +0200
committerGitHub <noreply@github.com>2022-10-17 19:40:51 +0200
commitaae90e6480c3fb9da95447587e639af6ad297689 (patch)
tree3c36640e441b68fb46534fd5578cfb51c27b6ef9 /.github/workflows
parent3ee1ee565a493bf1a7952d8ee25ed9777c524ca3 (diff)
downloadastroid-git-aae90e6480c3fb9da95447587e639af6ad297689.tar.gz
Bump actions/cache from 3.0.10 to 3.0.11 (#1839)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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.10...v3.0.11) --- 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 366e9312..74f4ecc6 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: venv
key: >-
@@ -57,7 +57,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -105,7 +105,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: venv
key: >-
@@ -151,7 +151,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: venv
key:
@@ -205,7 +205,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: venv
key: >-
@@ -249,7 +249,7 @@ jobs:
hashFiles('setup.cfg', 'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
with:
path: venv
key: >-