diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8580d140f4..86f8681017 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Ambry - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Full fetch depth is used to fetch all existing tags in the repo to assign a version for this build with: fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'adopt' @@ -66,13 +66,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Ambry - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Full fetch depth is used to fetch all existing tags in the repo to assign a version for this build with: fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'adopt' @@ -95,13 +95,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Ambry - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Full fetch depth is used to fetch all existing tags in the repo to assign a version for this build with: fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'adopt' @@ -143,13 +143,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Ambry - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Full fetch depth is used to fetch all existing tags in the repo to assign a version for this build with: fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'adopt' @@ -196,13 +196,13 @@ jobs: ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }} steps: - name: Checkout Ambry - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Full fetch depth is used to fetch all existing tags in the repo to assign a version for this build with: fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'adopt'