Skip to content

Commit 8fa080c

Browse files
committed
Update to use v4 of the Tailscale GitHub Action
1 parent fd7f6f3 commit 8fa080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: '1.23'
2222

2323
- name: Connect to Tailscale
24-
uses: tailscale/github-action@v3
24+
uses: tailscale/github-action@v4
2525
with:
2626
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
2727
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

0 commit comments

Comments
 (0)