Skip to content

Commit 044a8ac

Browse files
ci: bump actions/checkout from 4 to 6 (#2738)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89fbfc0 commit 044a8ac

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: ${{ false }}
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6.0.2
11+
uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- name: Prettify code

.github/workflows/j3o-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Set up Java
3434
uses: actions/setup-java@v4

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
permissions:
6565
contents: read
6666
steps:
67-
- uses: actions/checkout@v6.0.2
67+
- uses: actions/checkout@v6
6868
- name: Setup the java environment
6969
uses: actions/setup-java@v5.2.0
7070
with:
@@ -91,7 +91,7 @@ jobs:
9191
permissions:
9292
contents: read
9393
steps:
94-
- uses: actions/checkout@v6.0.2
94+
- uses: actions/checkout@v6
9595
- name: Setup the java environment
9696
uses: actions/setup-java@v5.2.0
9797
with:
@@ -119,7 +119,7 @@ jobs:
119119
permissions:
120120
contents: read
121121
steps:
122-
- uses: actions/checkout@v6.0.2
122+
- uses: actions/checkout@v6
123123
- name: Start xvfb
124124
run: |
125125
Xvfb :99 -ac -screen 0 1024x768x16 &
@@ -171,7 +171,7 @@ jobs:
171171
xcode-version: '15.1.0'
172172

173173
- name: Clone the repo
174-
uses: actions/checkout@v6.0.2
174+
uses: actions/checkout@v6
175175
with:
176176
fetch-depth: 1
177177

@@ -198,7 +198,7 @@ jobs:
198198

199199
steps:
200200
- name: Clone the repo
201-
uses: actions/checkout@v6.0.2
201+
uses: actions/checkout@v6
202202
with:
203203
fetch-depth: 1
204204

@@ -255,7 +255,7 @@ jobs:
255255

256256
steps:
257257
- name: Clone the repo
258-
uses: actions/checkout@v6.0.2
258+
uses: actions/checkout@v6
259259
with:
260260
fetch-depth: 1
261261

@@ -447,7 +447,7 @@ jobs:
447447

448448
# We need to clone everything again for uploadToMaven.sh ...
449449
- name: Clone the repo
450-
uses: actions/checkout@v6.0.2
450+
uses: actions/checkout@v6
451451
with:
452452
fetch-depth: 1
453453

@@ -497,7 +497,7 @@ jobs:
497497

498498
# We need to clone everything again for uploadToCentral.sh ...
499499
- name: Clone the repo
500-
uses: actions/checkout@v6.0.2
500+
uses: actions/checkout@v6
501501
with:
502502
fetch-depth: 1
503503

0 commit comments

Comments
 (0)