Skip to content

Commit 676c0c7

Browse files
ci: bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/configure-pages](https://github.com/actions/configure-pages), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [tailscale/github-action](https://github.com/tailscale/github-action). Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) Updates `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: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tailscale/github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 906f59d commit 676c0c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
</html>
125125
EOF
126126
127-
- uses: actions/configure-pages@v5
127+
- uses: actions/configure-pages@v6
128128
- uses: actions/upload-pages-artifact@v4
129129
with:
130130
path: deploy/
131131
- id: deployment
132-
uses: actions/deploy-pages@v4
132+
uses: actions/deploy-pages@v5

.github/workflows/perf-comparison.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Connect to Tailnet
15-
uses: tailscale/github-action@v3
15+
uses: tailscale/github-action@v4
1616
with:
1717
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
1818
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
@@ -67,7 +67,7 @@ jobs:
6767
if: always()
6868
steps:
6969
- name: Connect to Tailnet
70-
uses: tailscale/github-action@v3
70+
uses: tailscale/github-action@v4
7171
with:
7272
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
7373
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

0 commit comments

Comments
 (0)