From cf4f69b14aed8204f7d262d67665ad7ba1ecd142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:15:47 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.10. - [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.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..078a07e6 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.0.10 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68aa4e6e..3298f7d2 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.0.10 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664cd964..030e211c 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.0.10 id: pip-cache with: path: ~/.cache/pip