Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 7aeee5b

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]>
1 parent 66143d8 commit 7aeee5b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-and-run-example-project.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Set up JDK 8
2323
uses: actions/setup-java@v5
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout Maven Plugin Repository
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
with:
6868
repository: TongchengOpenSource/smart-doc-maven-plugin
6969
token: ${{ secrets.GITHUB_TOKEN }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
steps:
132132
- name: Checkout Example Project
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
with:
135135
repository: smart-doc-group/smart-doc-example-cn
136136
token: ${{ secrets.GITHUB_TOKEN }}
@@ -259,7 +259,7 @@ jobs:
259259

260260
steps:
261261
- name: Checkout Example Project
262-
uses: actions/checkout@v5
262+
uses: actions/checkout@v6
263263
with:
264264
repository: smart-doc-group/smart-doc-example-cn
265265
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-to-maven-central.yml

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

1212
steps:
1313
- name: Checkout Plugin Repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Set Up JDK
1717
uses: actions/setup-java@v5

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Set up JDK 8
2525
uses: actions/setup-java@v5
2626
with:

.github/workflows/spring-javaformat-validate.yml

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

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Set up JDK 8
1414
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)