Skip to content

Commit 9acfe29

Browse files
committed
Update actions/cache to v4
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
1 parent b4b3e24 commit 9acfe29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.18.x
2222

23-
- uses: actions/cache@v1
23+
- uses: actions/cache@v4
2424
with:
2525
path: ~/go/pkg/mod
2626
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -60,7 +60,7 @@ jobs:
6060
# Configure the Lima guest to forward packets from the col0 bridge to Docker containers.
6161
limactl shell colima -- sudo iptables -t filter -A FORWARD -s $IP/24 -d 172.0.0.0/8 -j ACCEPT
6262
63-
- uses: actions/cache@v1
63+
- uses: actions/cache@v4
6464
with:
6565
path: ~/go/pkg/mod
6666
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)