Skip to content

Commit 556d9c9

Browse files
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] <support@github.com>
1 parent dcb251d commit 556d9c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
MYSQL_USER: ci
2020
MYSQL_PASSWORD: password
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK 8
2424
uses: actions/setup-java@v5
2525
with:
@@ -61,7 +61,7 @@ jobs:
6161
MYSQL_USER: ci
6262
MYSQL_PASSWORD: password
6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
- name: Set up JDK 8
6666
uses: actions/setup-java@v5
6767
with:
@@ -120,7 +120,7 @@ jobs:
120120
env:
121121
POSTGRES_PASSWORD: postgres
122122
steps:
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
- name: Set up JDK 8
125125
uses: actions/setup-java@v5
126126
with:
@@ -163,7 +163,7 @@ jobs:
163163
env:
164164
POSTGRES_PASSWORD: postgres
165165
steps:
166-
- uses: actions/checkout@v5
166+
- uses: actions/checkout@v6
167167
- name: Set up JDK 8
168168
uses: actions/setup-java@v5
169169
with:
@@ -209,7 +209,7 @@ jobs:
209209
env:
210210
POSTGRES_PASSWORD: postgres
211211
steps:
212-
- uses: actions/checkout@v5
212+
- uses: actions/checkout@v6
213213
- name: Set up JDK 8
214214
uses: actions/setup-java@v5
215215
with:
@@ -259,7 +259,7 @@ jobs:
259259
ACCEPT_EULA: Y
260260
SA_PASSWORD: "P@ssw0rd"
261261
steps:
262-
- uses: actions/checkout@v5
262+
- uses: actions/checkout@v6
263263
- name: Set up JDK 8
264264
uses: actions/setup-java@v5
265265
with:

0 commit comments

Comments
 (0)