From 4f1c01c60a2160988b4e5033fbe5aae4da29d7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:16:05 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.9. - [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.9) --- 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..bdbeb5f4 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.9 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68aa4e6e..737aed37 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.9 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664cd964..1278a363 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.9 id: pip-cache with: path: ~/.cache/pip