From f3dac87cd93c7cee1c60c608904e8aec92330523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:04:27 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 3.3.0 to 4.0.1 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 3.3.0 to 4.0.1. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/6cae46e2d796f265265cfcf628b72a32b4d7cade...ac425ca19416ebb90dd453776414ffb1cdba8f91) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.0.1 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..a37c621 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@ac425ca19416ebb90dd453776414ffb1cdba8f91 #v4.0.1 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}