From a697b4beb0968897677fea4e5e9795b139a8e2d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:22:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/DEPLOY.yaml | 2 +- .github/workflows/RELEASE.yml | 2 +- .github/workflows/THIRD_PARTY_NOTICE.yml | 2 +- .github/workflows/test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DEPLOY.yaml b/.github/workflows/DEPLOY.yaml index 40adc27..cb40e7a 100644 --- a/.github/workflows/DEPLOY.yaml +++ b/.github/workflows/DEPLOY.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest concurrency: deploy-snapshots steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Import Secrets id: secrets # important to refer to it in later steps 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 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d0ffe14..39c767c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'temurin'