Skip to content

Commit b893f1c

Browse files
committed
deps(ci): bump tailscale/github-action from 2 to 3
1 parent 91bc1ab commit b893f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
go-version-file: go.mod
2828

2929
- name: Connect to Tailnet
30-
uses: tailscale/github-action@v2
30+
uses: tailscale/github-action@v3
3131
with:
3232
args: --accept-dns=true
3333
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
3434
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3535
tags: tag:github-runner
36+
version: latest
3637

3738
- name: Run go code
3839
run: |

0 commit comments

Comments
 (0)