Skip to content

Commit 8bb0389

Browse files
dependabot[bot]sebthom
authored andcommitted
ci(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c37b234 commit 8bb0389

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.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@v4 # https://github.com/actions/checkout
90+
uses: actions/checkout@v5 # https://github.com/actions/checkout
9191
with:
9292
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9393

.github/workflows/bump-version.yml

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

4141

4242
- name: Git Checkout
43-
uses: actions/checkout@v4 # https://github.com/actions/checkout
43+
uses: actions/checkout@v5 # https://github.com/actions/checkout
4444
with:
4545
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
4646

.github/workflows/codeql.yml

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

8080

8181
- name: Git Checkout
82-
uses: actions/checkout@v4 # https://github.com/actions/checkout
82+
uses: actions/checkout@v5 # https://github.com/actions/checkout
8383

8484

8585
- name: Initialize CodeQL

.github/workflows/licensecheck.yml

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

5656

5757
- name: Git Checkout
58-
uses: actions/checkout@v4 # https://github.com/actions/checkout
58+
uses: actions/checkout@v5 # https://github.com/actions/checkout
5959

6060

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

0 commit comments

Comments
 (0)