From ec3df89542bcbe84eb9ffc6e5f5f48a03ba87a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:52:58 +0000 Subject: [PATCH] chore(deps): bump tailscale/github-action from 2 to 3 Bumps [tailscale/github-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b4e904b..ed262ec 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,7 +30,7 @@ jobs: - name: check run: echo "${{ steps.changes.outputs.NOMAD_FILES_CHANGED }}" - name: Setup Tailscale - uses: tailscale/github-action@v2 + uses: tailscale/github-action@v3 with: oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TAILSCALE_OAUTH_KEY }}