Skip to content

Commit e333368

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump tailscale/github-action from 3 to 4
Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 3 to 4. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](tailscale/github-action@v3...v4) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be2d93a commit e333368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wireless-performance-autotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: "Connect to Tailscale network"
55-
uses: tailscale/github-action@v3
55+
uses: tailscale/github-action@v4
5656
with:
5757
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
5858
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
@@ -252,7 +252,7 @@ jobs:
252252
path: 'documentation'
253253

254254
- name: "Connect to Tailscale network"
255-
uses: tailscale/github-action@v3
255+
uses: tailscale/github-action@v4
256256
with:
257257
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
258258
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

0 commit comments

Comments
 (0)