From e4c241bdac05bc98577dd3fa2515dc5be08065a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:06:20 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5. - [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.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fba32d..74416f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: Cache pip Project Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }} @@ -85,7 +85,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: Cache pip Project Dependencies - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 with: # Get the location of pip cache dir path: ${{ steps.pip-cache-location.outputs.dir }}