From 960f6209aac583342e49aa87eaee2a9aa6170fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:59:54 +0000 Subject: [PATCH] --- 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..a16546b9e1 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@0bf9b9f36bcd380d8fdc5f505d1f3b87abaea429 env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index 740ac52954..bd62d4d019 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@0bf9b9f36bcd380d8fdc5f505d1f3b87abaea429 env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: