Skip to content

Commit 95e6817

Browse files
committed
chore: bump actions/toolkit/cache from v2.1.0 to v4.x
1 parent c5af307 commit 95e6817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: check out
1515
uses: actions/checkout@v3
1616
- name: Cache
17-
uses: actions/cache@v2.1.0
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/go/pkg/mod
2020
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)