From 0b61c61e5c63a3d8f2d8f46ba2cafa6b6cacbca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:11:47 +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 4e5c7d3f40..dd944c6242 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 23dc5ecefd..e6f6d3d633 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 5487845a01..f594025897 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