Skip to content

Commit 3ff14fd

Browse files
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 dd18087 commit 3ff14fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: git config --global core.autocrlf false
4545
if: startsWith(matrix.os, 'windows')
4646

47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- name: Set up JDK 17
4949
uses: actions/setup-java@v4
5050
with:

.github/workflows/quarkus-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
java-version: ${{ env.JAVA_VERSION }}
4545

4646
- name: Checkout repo
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
path: current-repo
5050

5151
- name: Checkout Ecosystem
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
repository: ${{ env.ECOSYSTEM_CI_REPO }}
5555
path: ecosystem-ci

0 commit comments

Comments
 (0)