From 7437362846cac739c785d080fae7ef1681391907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 08:03:25 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 4.0.3 to 4.1.0 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/3a217367cadc62d7600a77470ffe542e2313e6b9...a392da0a182bba0e9613b6243ebd69529b1878aa) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8074c22..5342b22 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@3a217367cadc62d7600a77470ffe542e2313e6b9 #v4.0.3 + uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa #v4.1.0 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}