From 9e18a33eff8518d63f99df1642f54d6e9d65d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 07:41:09 -0300 Subject: [PATCH] Bump actions/cache (#7344) Bumps [actions/cache](https://github.com/actions/cache) from 661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 to 3.0.8. This release includes the previously tagged commit. - [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/661fd3eb7f2f20d8c7c84bc2b0509efd7a826628...fd5de65bc895cf536527842281bea11763fefd77) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-binaries.yaml | 4 ++-- .github/workflows/test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-binaries.yaml b/.github/workflows/build-binaries.yaml index 15e336b985..7a3882c739 100644 --- a/.github/workflows/build-binaries.yaml +++ b/.github/workflows/build-binaries.yaml @@ -24,7 +24,7 @@ jobs: - name: JS Dependency Cache id: js-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: path: | **/node_modules @@ -36,7 +36,7 @@ jobs: - name: Go Cache id: go-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: # In order: # * Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 668bf2fcc0..81b6bc044d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: JS Dependency Cache id: js-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: path: | **/node_modules @@ -66,7 +66,7 @@ jobs: - name: Go Cache id: go-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: # In order: # * Module download cache @@ -128,7 +128,7 @@ jobs: - name: JS Dependency Cache id: js-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: path: | **/node_modules @@ -158,7 +158,7 @@ jobs: - name: JS Dependency Cache id: js-cache - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v2 with: path: | **/node_modules