Skip to content

Commit be97c55

Browse files
authored
Merge pull request #55 from Ardenexal/claude/create-composer-lock-OMTlo
chore: update Tailscale to latest version in deploy workflow https://claude.ai/code/session_016uoaNn7tWACKwy6BgpDaRF
2 parents 8ce79db + a40258b commit be97c55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ jobs:
4848
labels: ${{ steps.meta.outputs.labels }}
4949

5050
- name: Join Tailscale network
51-
uses: tailscale/github-action@v2
51+
uses: tailscale/github-action@v4
5252
with:
5353
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
5454
oauth-secret: ${{ secrets.TS_OAUTH_CLIENT_SECRET }}
5555
tags: tag:ci
56+
version: latest
5657

5758
- name: Deploy to server
5859
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)