Skip to content

Commit 6b357a7

Browse files
ci(deps): bump actions/checkout from 5 to 6 (#964)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30d0758 commit 6b357a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

9191

9292
- name: Git Checkout
93-
uses: actions/checkout@v5 # https://github.com/actions/checkout
93+
uses: actions/checkout@v6 # https://github.com/actions/checkout
9494
with:
9595
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9696

.github/workflows/bump-version.yml

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

4444

4545
- name: Git Checkout
46-
uses: actions/checkout@v5 # https://github.com/actions/checkout
46+
uses: actions/checkout@v6 # https://github.com/actions/checkout
4747
with:
4848
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
4949

.github/workflows/codeql.yml

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

8888

8989
- name: Git Checkout
90-
uses: actions/checkout@v5 # https://github.com/actions/checkout
90+
uses: actions/checkout@v6 # https://github.com/actions/checkout
9191

9292

9393
- name: "Install: JDK 21 for Compilation ☕"

.github/workflows/licensecheck.yml

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

6262

6363
- name: Git Checkout
64-
uses: actions/checkout@v5 # https://github.com/actions/checkout
64+
uses: actions/checkout@v6 # https://github.com/actions/checkout
6565

6666

6767
- name: "Install: JDK ${{ env.JAVA_VERSION }} ☕"

0 commit comments

Comments
 (0)