From 6b4b630550a6e703c08326b4d5578aee1bf25d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:10:00 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 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.4...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/gh-page.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-page.yml b/.github/workflows/gh-page.yml index dfa1aa32..c53a1915 100644 --- a/.github/workflows/gh-page.yml +++ b/.github/workflows/gh-page.yml @@ -23,7 +23,7 @@ jobs: python-version: 3.6 - name: Pip cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.1 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68aa4e6e..f1cde9c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-python@v4.0.0 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3.0.4 + - uses: actions/cache@v3.2.1 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664cd964..e4f4ab98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Pip cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.1 id: pip-cache with: path: ~/.cache/pip