Skip to content

Commit 6188713

Browse files
authored
Merge pull request #128 from coreyleavitt/dependabot/github_actions/actions-4e7e8a4262
ci: bump the actions group across 1 directory with 3 updates
2 parents 906f59d + 676c0c7 commit 6188713

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)