From b21e0b781f626b6f99ad4543ef45d1250320f70b Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:42:43 +0000 Subject: [PATCH] chore(github-actions): update tailscale/github-action (v3 -> v4) BREAKING CHANGE --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cf9d7504..605915f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,7 +70,7 @@ jobs: persist-credentials: false - name: Tailscale Connect - uses: tailscale/github-action@6cae46e2d796f265265cfcf628b72a32b4d7cade # v3 + uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4 with: oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}