From d40c94be08e71f1ac0dd48303f158ada8dbb5f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:24:29 +0000 Subject: [PATCH] chore(deps): bump tailscale/github-action from 2 to 4 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 2 to 4. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/4e4c49acaa9818630ce0bd7a564372c17e33fb4d...306e68a486fd2350f2bfc3b19fcd143891a4a2d8) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 71ab09e7..31cb5c49 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Connect to Tailscale # SHA-pinned to mitigate supply-chain hijack of the v2 floating tag. - uses: tailscale/github-action@4e4c49acaa9818630ce0bd7a564372c17e33fb4d # v2 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}