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