From 8076d82890a32e33df8227993cd328e9da596928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:28:42 +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..7945bb9 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Import Secrets id: secrets diff --git a/.github/workflows/THIRD_PARTY_NOTICE.yml b/.github/workflows/THIRD_PARTY_NOTICE.yml index 85363a0..9ffdbf8 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Prepare Java and Maven settings uses: actions/setup-java@v3