From f2033c9c2f0975492b77bfa10fc26a0b47fc82be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 09:10:29 -0500 Subject: [PATCH] Bump actions/cache from 3.0.1 to 3.0.2 (#989) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.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.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dfd6d14..52c61713 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache files - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 66755419..af1e410e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache files - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: key: ${{ github.ref }} path: .cache