From 8a892bd5e4f3112644a67527c64b1f7cddade31a 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, 16 Dec 2025 04:13:00 +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 d80743e7..16f4dace 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@a392da0a182bba0e9613b6243ebd69529b1878aa # v4 with: oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}