From 713a777ea7b57e091d7aa6aa0e93dec6e00be4b9 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 21 Sep 2023 15:12:57 -0400 Subject: [PATCH] updated versions from v2-v4&v3 --- .github/workflows/ci-build-image.yml | 10 +++++----- .github/workflows/ci-code-analysis.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index dddcdc918e..09c18f24d5 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -27,7 +27,7 @@ jobs: get-pom-properties: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }} @@ -50,14 +50,14 @@ jobs: run: | sudo apt-get update sudo apt-get install -y qemu-user-static - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 if: always() with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }} submodules: true fetch-depth: 0 - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' @@ -99,14 +99,14 @@ jobs: run: | sudo apt-get update sudo apt-get install -y qemu-user-static - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 if: always() with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }} submodules: true fetch-depth: 0 - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/ci-code-analysis.yml b/.github/workflows/ci-code-analysis.yml index 17a09098ff..f423a90577 100644 --- a/.github/workflows/ci-code-analysis.yml +++ b/.github/workflows/ci-code-analysis.yml @@ -16,7 +16,7 @@ jobs: spotless: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }} @@ -26,7 +26,7 @@ jobs: spotbugs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }} @@ -35,7 +35,7 @@ jobs: - uses: skjolber/maven-cache-github-action@v1 with: step: restore - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' @@ -52,7 +52,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{ inputs.checkout-repo }} ref: ${{ inputs.checkout-ref }}