From ab64835da07de58c3fbd3f5013df5c9bb663c684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:55:02 +0000 Subject: [PATCH] chore(deps): bump tailscale/github-action Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to 7a0b30ed3517c2244d1330e39467b95f067a33bd. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/8b804aa882ac3429b804a2a22f9803a2101a0db9...7a0b30ed3517c2244d1330e39467b95f067a33bd) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-cleanup.yml | 2 +- .github/workflows/pr-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 26f4653384..26612efaa1 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -32,7 +32,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: connect to tailscale - uses: tailscale/github-action@8b804aa882ac3429b804a2a22f9803a2101a0db9 + uses: tailscale/github-action@7a0b30ed3517c2244d1330e39467b95f067a33bd env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index 740ac52954..e96d181962 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -43,7 +43,7 @@ jobs: role-duration-seconds: 3600 - name: connect to tailscale - uses: tailscale/github-action@8b804aa882ac3429b804a2a22f9803a2101a0db9 + uses: tailscale/github-action@7a0b30ed3517c2244d1330e39467b95f067a33bd env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: