diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffc8d3f4f01..1b318c3094c 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 11eefd0f282..606fd1aea04 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: