From 3ed64f656da263b61982edf99b06c7487b69a3b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:04:24 +0000 Subject: [PATCH] Update tailscale/github-action action to v3 --- .github/workflows/youtube-archive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/youtube-archive.yaml b/.github/workflows/youtube-archive.yaml index 0fc5224..0f1fdff 100644 --- a/.github/workflows/youtube-archive.yaml +++ b/.github/workflows/youtube-archive.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Tailscale - uses: tailscale/github-action@v2 + uses: tailscale/github-action@v3 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}