From c2f21cfd5f141f01459c2f49d84752e3e375e20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:03:39 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [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.11...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- .github/workflows/pull-request-done.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec30208..bce67af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: lint-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }} @@ -80,7 +80,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: test-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }} @@ -168,7 +168,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: ${{matrix.os}}-${{ matrix.py }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }} diff --git a/.github/workflows/pull-request-done.yml b/.github/workflows/pull-request-done.yml index 820abbc..4650f64 100644 --- a/.github/workflows/pull-request-done.yml +++ b/.github/workflows/pull-request-done.yml @@ -85,7 +85,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: docs-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f2d9a06..e457e9d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,7 +51,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: lint-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }} @@ -81,7 +81,7 @@ jobs: architecture: 'x64' - name: Cache pip - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: test-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements**.txt') }}