Skip to content

Commit b105b8b

Browse files
authored
Merge pull request #1881 from steve-community/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 89e90ea + bd5aafe commit b105b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Set up Java ${{ matrix.Java }}
2626
uses: actions/setup-java@v5
2727
with:

.github/workflows/review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
license-check:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
1111

@@ -21,7 +21,7 @@ jobs:
2121
checkstyle:
2222
runs-on: 'ubuntu-latest'
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)