Skip to content

Commit ca0b493

Browse files
Update tailscale/github-action action to v3
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | tailscale/github-action | v2 | v3 |
1 parent e35e839 commit ca0b493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: dist
6262

6363
- name: Tailscale
64-
uses: tailscale/github-action@v2
64+
uses: tailscale/github-action@v3
6565
with:
6666
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
6767
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}
@@ -110,7 +110,7 @@ jobs:
110110
path: dist
111111

112112
- name: Tailscale
113-
uses: tailscale/github-action@v2
113+
uses: tailscale/github-action@v3
114114
with:
115115
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
116116
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}

0 commit comments

Comments
 (0)