From 5c279b8712f697f47e11e1ac7d5e67d2ac432775 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: Tue, 30 Jun 2026 05:19:59 +0000 Subject: [PATCH] chore(github-actions): update tailscale/github-action (v3 -> v4.1.2) 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 353b2835..0cb38a8b 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@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4 with: oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}