From 775919a24748e6041a8583e2f1d095bcc5a7feb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:37:22 -0700 Subject: [PATCH] Bump actions/cache from 2 to 3 (#5645) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba00f1f46e0..787917ad786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: run: | echo "TORCH_INSTALL=$TORCH_GPU_INSTALL" >> $GITHUB_ENV - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: virtualenv-cache with: path: .venv @@ -269,7 +269,7 @@ jobs: echo "WEEK_NUMBER=$(date +%V)" >> $GITHUB_ENV echo "TORCH_INSTALL=$TORCH_CPU_INSTALL" >> $GITHUB_ENV - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: virtualenv-cache with: path: .venv @@ -477,7 +477,7 @@ jobs: echo "WEEK_NUMBER=$(date +%V)" >> $GITHUB_ENV echo "TORCH_INSTALL=$TORCH_CPU_INSTALL" >> $GITHUB_ENV - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: virtualenv-cache with: path: .venv