Skip to content

Commit 779df03

Browse files
committed
update CI to use latest cache action
Updates tailscale/corp#31905 Signed-off-by: Percy Wegmann <[email protected]>
1 parent 0c48e46 commit 779df03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
2121
2222
- name: Set up cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
${{ steps.cache.outputs.build }}

0 commit comments

Comments
 (0)