From 85cedb07dc223b6281e28450e2f5e668446ebc8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 01:48:12 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.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.4...v3.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/versioning.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffc8d3f4f0..1b318c3094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: node-version: '16' - name: Restore bazel cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 env: cache-name: bazel-cache with: @@ -76,7 +76,7 @@ jobs: registry-url: 'https://registry.npmjs.org' node-version: '16' - name: Restore bazel cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 env: cache-name: bazel-cache with: diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 11eefd0f28..606fd1aea0 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -22,7 +22,7 @@ jobs: with: node-version: '16' - name: Restore bazel cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 env: cache-name: bazel-cache with: @@ -43,7 +43,7 @@ jobs: # Needed to allow an action to trigger another action. token: ${{ secrets.GH_PAT }} - name: Restore bazel cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.5 env: cache-name: bazel-cache with: