mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci/gha: bump actions/cache to v3
This corresponds to commit 6bf2c3b67e in main branch.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ jobs:
|
||||
with:
|
||||
go-version: "${{ env.GO_VERSION }}"
|
||||
- name: cache go mod and $GOCACHE
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
|
||||
Reference in New Issue
Block a user