mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
8b82f5e27e
commit
9e18a33eff
2 changed files with 6 additions and 6 deletions
4
.github/workflows/build-binaries.yaml
vendored
4
.github/workflows/build-binaries.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue