From f079a6c247f93b1a869afd5e873360c0acb539d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:30:51 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 4.0.2 to 4.0.3 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/aa604318b61e5b25107287e0d07db6a08b3e72c0...3a217367cadc62d7600a77470ffe542e2313e6b9) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 297ecda..8074c22 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@aa604318b61e5b25107287e0d07db6a08b3e72c0 #v4.0.2 + uses: tailscale/github-action@3a217367cadc62d7600a77470ffe542e2313e6b9 #v4.0.3 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}