From ab4386e6b5ed5f6a2abd3972b59c4ce21e5486ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 19:01:33 +0000 Subject: [PATCH] Bump actions/cache from 3.0.9 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.2.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.0.9...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index dd1f4ecc..867abf6a 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -56,7 +56,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.2 env: cache-name: pip-reg with: @@ -64,7 +64,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.2.2 with: key: ${{ github.ref }} path: .cache \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fea73df..a5943336 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.2 env: cache-name: pip-reg with: @@ -59,7 +59,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.2.2 with: key: ${{ github.ref }} path: .cache \ No newline at end of file