Skip to content

Commit 084661b

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f82f73d commit 084661b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Set up JDK
3030
uses: actions/setup-java@v4

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ !(github.event_name == 'workflow_dispatch' && inputs.wiki_only == 'true') }}
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0 # Full history — needed to access labs/* branches
4141

@@ -78,12 +78,12 @@ jobs:
7878
if: ${{ always() && (needs.deploy.result == 'success' || needs.deploy.result == 'skipped') }}
7979
steps:
8080
- name: Checkout main repo
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v6
8282
with:
8383
path: main
8484

8585
- name: Checkout wiki
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787
with:
8888
repository: ${{ github.repository }}.wiki
8989
path: wiki

0 commit comments

Comments
 (0)