update tailscale github action version
This commit is contained in:
parent
a153083e07
commit
0df032e9d4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -35,9 +35,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Tailscale login
|
||||
uses: tailscale/github-action@v2
|
||||
uses: tailscale/github-action@v3
|
||||
with:
|
||||
version: 1.86.0
|
||||
version: 1.86.2
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
tags: tag:github-action
|
||||
|
|
|
|||
Loading…
Reference in a new issue