From 2fb2d959cbcd902229bdf940065058acd975c356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:07:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cdkactions_prepare-for-release.yaml | 2 +- .github/workflows/cdkactions_pull-request.yaml | 2 +- .github/workflows/cdkactions_release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cdkactions_prepare-for-release.yaml b/.github/workflows/cdkactions_prepare-for-release.yaml index 1db009d..b46a2ef 100644 --- a/.github/workflows/cdkactions_prepare-for-release.yaml +++ b/.github/workflows/cdkactions_prepare-for-release.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - name: Check-out Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Turnstyle diff --git a/.github/workflows/cdkactions_pull-request.yaml b/.github/workflows/cdkactions_pull-request.yaml index 5258567..1df2294 100644 --- a/.github/workflows/cdkactions_pull-request.yaml +++ b/.github/workflows/cdkactions_pull-request.yaml @@ -22,7 +22,7 @@ jobs: - "15" steps: - name: Check-out Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK diff --git a/.github/workflows/cdkactions_release.yaml b/.github/workflows/cdkactions_release.yaml index cd2f978..925065a 100644 --- a/.github/workflows/cdkactions_release.yaml +++ b/.github/workflows/cdkactions_release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check-out Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build Changelog