From 4ef271cb32ba9e9615d5e455e4001a124bb61fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 07:23:24 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/build-test-n-publish.yml | 14 +++++++------- .github/workflows/tox-linters.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-test-n-publish.yml b/.github/workflows/build-test-n-publish.yml index ee6a7deab..2c4f23e68 100644 --- a/.github/workflows/build-test-n-publish.yml +++ b/.github/workflows/build-test-n-publish.yml @@ -107,7 +107,7 @@ jobs: )).encode()).hexdigest() print(f'::set-output name=files_hash_key::{hashes_combo}') - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -311,7 +311,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -487,7 +487,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -603,7 +603,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -743,7 +743,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -821,7 +821,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ @@ -930,7 +930,7 @@ jobs: print('::set-output name=py_hash_key::{hash}'.format(hash=hash)) shell: python - name: Set up pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: >- ${{ diff --git a/.github/workflows/tox-linters.yml b/.github/workflows/tox-linters.yml index b3e3cddb7..7d1018bad 100644 --- a/.github/workflows/tox-linters.yml +++ b/.github/workflows/tox-linters.yml @@ -52,7 +52,7 @@ jobs: print(f'::set-output name=py_hash_key::{hash}') shell: python - name: Pre-commit cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/.cache/pre-commit key: >- @@ -63,7 +63,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pytest.ini') }} - name: Pip cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/.cache/pip key: >-