From 8077e5982782ca24e055f6e5144df7b96b33ebf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:22:47 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/RELEASE.yml | 2 +- .github/workflows/THIRD_PARTY_NOTICE.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 3bf4b72..13b69a3 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -15,7 +15,7 @@ jobs: name: Release and deploy artifacts runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Import Secrets id: secrets diff --git a/.github/workflows/THIRD_PARTY_NOTICE.yml b/.github/workflows/THIRD_PARTY_NOTICE.yml index 85363a0..9ab6bbc 100644 --- a/.github/workflows/THIRD_PARTY_NOTICE.yml +++ b/.github/workflows/THIRD_PARTY_NOTICE.yml @@ -12,7 +12,7 @@ jobs: name: Create third-party notice runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare Java and Maven settings uses: actions/setup-java@v3