Skip to content

Commit

Permalink
Merge pull request #121 from shiguredo/dependabot/github_actions/tail…
Browse files Browse the repository at this point in the history
…scale/github-action-3

Bump tailscale/github-action from 2 to 3
  • Loading branch information
voluntas authored Dec 30, 2024
2 parents fff2e45 + 75090f0 commit 825d33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

# Ubuntu x86_64 向け
- name: Tailscale
uses: tailscale/github-action@v2
uses: tailscale/github-action@v3
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Tailscale
uses: tailscale/github-action@v2
uses: tailscale/github-action@v3
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
Expand Down

0 comments on commit 825d33a

Please sign in to comment.