Skip to content

Commit 36d853d

Browse files
deps(ci): bump tailscale/github-action from 2 to 3 (#422)
* deps(ci): bump tailscale/github-action from 2 to 3 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 2 to 3. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](tailscale/github-action@v2...v3) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: add required version-input --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com>
1 parent 0a070f0 commit 36d853d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121

2222
- name: Connect to Tailnet
2323
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
24-
uses: tailscale/github-action@v2
24+
uses: tailscale/github-action@v3
2525
with:
2626
args: --accept-dns=true
2727
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
2828
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
2929
tags: tag:github-runner
30+
version: latest
3031

3132
- name: Runing tests for coverage
3233
run: |

0 commit comments

Comments
 (0)