chore(deps): update actions/cache action to v6
renovate/stability-days Updates have met minimum release age requirement
CI / test (pull_request) Successful in 46s

This commit is contained in:
2026-07-03 19:32:41 +00:00
parent 11df211c9f
commit e93597fd8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with: with:
path: | path: |
/go_path /go_path
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with: with:
path: | path: |
/go_path /go_path