From 261eba58fd6ac7d372802041c6aea2ef81fa2dc2 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: Sat, 11 Apr 2026 04:36:36 +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 513d96aa..111d6683 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 }}