Skip to content

Commit 1f0e347

Browse files
upgrade checkout v6 gh actions (#2572)
* upgrade checkout v6 gh actions
1 parent d7a0fb6 commit 1f0e347

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
15-
token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616
submodules: true
1717
# git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth
1818
fetch-depth: 0

docs/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ For product updates that are in progress or planned [visit the Codacy public roa
1818

1919
2026
2020

21-
- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md)
2221
- [Cloud January 2026](cloud/cloud-2026-01.md)
22+
- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md)
2323

2424
2025
2525

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@ nav:
684684
- release-notes/index.md
685685
- Cloud:
686686
- 2026:
687+
- release-notes/cloud/cloud-2026-01.md
687688
- release-notes/cloud/cloud-2026-01-adding-golangci-lint.md
688-
- release-notes/cloud/cloud-2026-01.md
689689
- 2025:
690690
- release-notes/cloud/cloud-2025-12.md
691691
- release-notes/cloud/cloud-2025-11.md

0 commit comments

Comments
 (0)