From f53c038f634f909e8a0d0b12e0a7bcd65c5878ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:52:38 +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/py-dead-code.yml | 2 +- .github/workflows/py-test.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/py-dead-code.yml b/.github/workflows/py-dead-code.yml index 481ffb8..d661ca5 100644 --- a/.github/workflows/py-dead-code.yml +++ b/.github/workflows/py-dead-code.yml @@ -20,7 +20,7 @@ jobs: python-version: '3.8' - name: "Cache pip" - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: # This path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 0df7f4e..376ca5b 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.8' - name: "Cache pip" - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: # This path is specific to Ubuntu path: ~/.cache/pip @@ -85,7 +85,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: "Cache pip" - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: # This path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 356146e..9a8cc46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: python-version: 3.9 - name: "Cache pip" - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: # This path is specific to Ubuntu path: ~/.cache/pip