Skip to content

Commit bfffcbc

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 21a6c1a commit bfffcbc

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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0 # Full history — needed to access labs/* branches
3131

@@ -67,12 +67,12 @@ jobs:
6767
if: github.event_name == 'push'
6868
steps:
6969
- name: Checkout main repo
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v6
7171
with:
7272
path: main
7373

7474
- name: Checkout wiki
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v6
7676
with:
7777
repository: ${{ github.repository }}.wiki
7878
path: wiki

0 commit comments

Comments
 (0)