From 723f7e086c7db48e62ae0941e2adadf0a7d4526e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:54:19 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/optaplanner-9.yml | 2 +- .github/workflows/quarkus-snapshot.yml | 4 ++-- .github/workflows/sonarcloud.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/optaplanner-9.yml b/.github/workflows/optaplanner-9.yml index 4e5c7d3f407..dd944c6242f 100644 --- a/.github/workflows/optaplanner-9.yml +++ b/.github/workflows/optaplanner-9.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/quarkus-snapshot.yml b/.github/workflows/quarkus-snapshot.yml index 23dc5ecefdb..e6f6d3d6339 100644 --- a/.github/workflows/quarkus-snapshot.yml +++ b/.github/workflows/quarkus-snapshot.yml @@ -39,13 +39,13 @@ jobs: cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }} - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: current-repo ref: main - name: Checkout Ecosystem - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ env.ECOSYSTEM_CI_REPO }} ref: main diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5487845a01e..f5940258972 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0