From 90a72beea84b9eb4325ea032b0575cd4cd88964e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:21:35 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [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] --- .github/workflows/workflows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index acb51c23..d4c787cb 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -112,7 +112,7 @@ jobs: datalad wtf - name: Install cached data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -226,7 +226,7 @@ jobs: run: tools/ci/install.sh - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -292,7 +292,7 @@ jobs: run: tools/ci/install.sh - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -344,7 +344,7 @@ jobs: docker images - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data