From f3b614670b610c54ee514fdcfec04d677c35067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:44:58 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- 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 8594a1ca..b8197fca 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.3.1 + uses: actions/cache@v3.3.2 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45283125..dd267617 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 id: pip-cache with: path: ~/.cache/pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7c6a424..0bc29524 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Pip cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: pip-cache with: path: ~/.cache/pip