From 98d102e428d69e48ec495d74e20bdff03b77fef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:09:32 +0000 Subject: [PATCH] chore(deps): bump tailscale/github-action Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to 2075411ebb63dbe61f4ae09cfc045949beb9a8d1. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/8b804aa882ac3429b804a2a22f9803a2101a0db9...2075411ebb63dbe61f4ae09cfc045949beb9a8d1) --- 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..18006d71bd 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@2075411ebb63dbe61f4ae09cfc045949beb9a8d1 env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index 740ac52954..a53e35b132 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@2075411ebb63dbe61f4ae09cfc045949beb9a8d1 env: TS_EXPERIMENT_OAUTH_AUTHKEY: true with: