Skip to content

Commit d7b65cf

Browse files
build(deps): bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 bebb272 commit d7b65cf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_check_license_headers.yaml

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

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v6
3333

3434
- name: Download Apache RAT
3535
run: |

.github/workflows/quarkus-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
5656

5757
- name: Checkout repo
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v6
5959
with:
6060
path: current-repo
6161
ref: main
6262

6363
- name: Checkout Ecosystem
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v6
6565
with:
6666
repository: ${{ env.ECOSYSTEM_CI_REPO }}
6767
ref: main

.github/workflows/sonarcloud.yml

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

4646
steps:
4747
- name: Check out repository code
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151

0 commit comments

Comments
 (0)