Skip to content

Commit 4e32ba5

Browse files
chore(deps): update actions/cache action to v5.0.2 (open-telemetry#1086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5afc0e5 commit 4e32ba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/collector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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') }}

.github/workflows/unit-test-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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') }}

0 commit comments

Comments
 (0)