From 6bcc4ce38cd01658974b46c421981f6350e78fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:02:56 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 3.3.0 to 4.0.2 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 3.3.0 to 4.0.2. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/6cae46e2d796f265265cfcf628b72a32b4d7cade...aa604318b61e5b25107287e0d07db6a08b3e72c0) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 66d6c2e..d5dde7d 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -27,7 +27,7 @@ jobs: go-version-file: go.mod - name: Connect to Tailnet - uses: tailscale/github-action@6cae46e2d796f265265cfcf628b72a32b4d7cade #v3.3.0 + uses: tailscale/github-action@aa604318b61e5b25107287e0d07db6a08b3e72c0 #v4.0.2 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}