From e3333688253e0e10d38cd89aabffeba9c95415ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:14:44 +0000 Subject: [PATCH] Bump tailscale/github-action from 3 to 4 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 3 to 4. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/v3...v4) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wireless-performance-autotest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wireless-performance-autotest.yml b/.github/workflows/wireless-performance-autotest.yml index cfa829b7..6d05ab8d 100644 --- a/.github/workflows/wireless-performance-autotest.yml +++ b/.github/workflows/wireless-performance-autotest.yml @@ -52,7 +52,7 @@ jobs: steps: - name: "Connect to Tailscale network" - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} @@ -252,7 +252,7 @@ jobs: path: 'documentation' - name: "Connect to Tailscale network" - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}