From 4ec0b620da86f04f1871a8968a552a53921e85ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 02:07:25 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.0. - [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.11...v3.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/integrate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a09de82..678c826 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: poetry --version - name: Cache Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 257612f..58d93a4 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -49,7 +49,7 @@ jobs: run: poetry --version - name: Cache Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}