Skip to content

Commit

Permalink
Upgrade tailscale github action version v1.38.4 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdan committed Apr 12, 2023
1 parent 7777175 commit 1aeb1f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@e870a1112fcc1faeeeeea3c1b0ce544e5ad01844
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.28.0"
version: "1.38.4"
- uses: actions/checkout@v2
- uses: ./.github/actions/build-test-branch
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@e870a1112fcc1faeeeeea3c1b0ce544e5ad01844
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.28.0"
version: "1.38.4"
- uses: actions/checkout@v2
- uses: ./.github/actions/build-test-branch
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@e870a1112fcc1faeeeeea3c1b0ce544e5ad01844
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.28.0"
version: "1.38.4"
- uses: actions/checkout@v2
with:
ref: replay-playwright
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@e870a1112fcc1faeeeeea3c1b0ce544e5ad01844
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.28.0"
version: "1.38.4"
- uses: actions/checkout@v2
with:
ref: webreplay-release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@e870a1112fcc1faeeeeea3c1b0ce544e5ad01844
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.28.0"
version: "1.38.4"
- uses: actions/checkout@v2
with:
ref: replay-playwright
Expand Down

0 comments on commit 1aeb1f7

Please sign in to comment.