File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 go-version : stable
2828 - name : Cache coredump modules
29- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
29+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3030 with :
3131 path : tools/coredump/modulecache
3232 key : coredumps-collector-${{ hashFiles('tools/coredump/testdata/*/*.json') }}
Original file line number Diff line number Diff line change 8686 with :
8787 target_arch : ${{ matrix.target_arch }}
8888 - name : Cache coredump modules
89- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
89+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9090 with :
9191 path : tools/coredump/modulecache
9292 key : coredumps-${{ matrix.target_arch }}-${{ hashFiles('tools/coredump/testdata/*/*.json') }}
@@ -130,7 +130,7 @@ jobs:
130130 go-version-file : go.mod
131131 cache-dependency-path : go.sum
132132 - name : Cache coredump modules
133- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
133+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
134134 with :
135135 path : tools/coredump/modulecache
136136 key : coredumps-arm64-${{ hashFiles('tools/coredump/testdata/*/*.json') }}
You can’t perform that action at this time.
0 commit comments