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](661fd3eb7f...fd5de65bc8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 07:41:09 -03:00 committed by GitHub
parent 8b82f5e27e
commit 9e18a33eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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