From 6048730541e6dfa741754c3499a54dd156fc63b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Mar 2024 20:45:02 +0000 Subject: [PATCH] dependabot: bump actions/checkout from 3 to 4 (#1098) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8ca1d0d837dd28b6e0820756136eafb8c3ce03ad) Signed-off-by: github-actions[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/test_build_multi_platform.yml | 2 +- .github/workflows/test_bwc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index edf7a0bbb..d9aa1be7a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,7 +38,7 @@ jobs: # anomaly-detection - name: Checkout AD - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build and Run Tests run: | diff --git a/.github/workflows/test_build_multi_platform.yml b/.github/workflows/test_build_multi_platform.yml index ebb7185e9..f734e2df0 100644 --- a/.github/workflows/test_build_multi_platform.yml +++ b/.github/workflows/test_build_multi_platform.yml @@ -85,7 +85,7 @@ jobs: java-version: ${{ matrix.java }} - name: Checkout AD - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Assemble / build / mavenlocal / integTest run: | diff --git a/.github/workflows/test_bwc.yml b/.github/workflows/test_bwc.yml index 953f62009..ed99af5d3 100644 --- a/.github/workflows/test_bwc.yml +++ b/.github/workflows/test_bwc.yml @@ -38,7 +38,7 @@ jobs: # anomaly-detection - name: Checkout AD - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Assemble anomaly-detection run: |