summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 21:18:43 +0100
committerGitHub <noreply@github.com>2022-03-21 21:18:43 +0100
commit0a29d10dca2b2a42bc4c573babb2dc371f3609ee (patch)
tree7b4f266b46d1ab858cb860cb769107bb707447e4 /.github
parentf181d7b8dc132c10542d258b12883f7d2964b2c9 (diff)
downloadastroid-git-0a29d10dca2b2a42bc4c573babb2dc371f3609ee.tar.gz
Bump actions/cache from 2.1.7 to 3 (#1481)
* Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * 3 -> 3.0.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c5fd39d8..1b259ec5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key: >-
@@ -61,7 +61,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -89,7 +89,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key:
@@ -102,7 +102,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -144,7 +144,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key: >-
@@ -180,7 +180,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key:
@@ -221,7 +221,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key:
@@ -274,7 +274,7 @@ jobs:
'requirements_test_brain.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key: >-
@@ -314,7 +314,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key:
@@ -356,7 +356,7 @@ jobs:
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key: >-
@@ -392,7 +392,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.0
with:
path: venv
key: