From e5dd8b0deb2b1ecd56ed127b6897b2c4097f96ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:36:38 +0000 Subject: [PATCH] chore(deps): bump tailscale/github-action from 2 to 3 in the all group Bumps the all group with 1 update: [tailscale/github-action](https://github.com/tailscale/github-action). Updates `tailscale/github-action` from 2 to 3 - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/v2...v3) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35e4dcd..ab600f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: ssh-private-key: "${{ secrets.MANAGED_FLOXBOT_SSH_KEY }}" - name: "Setup Tailscale" - uses: "tailscale/github-action@v2" + uses: "tailscale/github-action@v3" with: args: "--timeout 30s --login-server ${{ vars.MANAGED_TAILSCALE_URL }}" tags: "tag:ci"