Skip to content

Commit 2eb61d8

Browse files
chore: 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 e24f564 commit 2eb61d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- windows-latest
2121
runs-on: ${{ matrix.platform }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- uses: actions/setup-java@v5
2626
with:
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
# Check out current repository
5252
- name: Fetch Sources
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454

5555
# Setup Java 21 environment for the next steps
5656
- name: Setup Java
@@ -101,7 +101,7 @@ jobs:
101101

102102
# Check out current repository
103103
- name: Fetch Sources
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105

106106
# Remove old release drafts by using GitHub CLI
107107
- name: Remove Old Release Drafts

.github/workflows/jetbrains-compliance.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up JDK 21
1919
uses: actions/setup-java@v5

.github/workflows/release.yml

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

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)