From c4f8930dd3b0997c3d3a69fdaf15c132e4f67f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 02:20:05 +0000 Subject: [PATCH] Bump tailscale/github-action from 1 to 2 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 1 to 2. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-server.yml b/.github/workflows/check-server.yml index 3f7ad46..0d87e19 100644 --- a/.github/workflows/check-server.yml +++ b/.github/workflows/check-server.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Tailscale - uses: tailscale/github-action@v1 + uses: tailscale/github-action@v2 with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} version: 1.22.2