diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c44b1210698e..e9bf06407472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - 20 timeout-minutes: 45 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits, as the build result depends on `git describe` equivalent ref: | @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits, as the build result depends on `git describe` equivalent ref: | @@ -127,7 +127,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base - name: Block illegal commits @@ -159,7 +159,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.check-commits-dispatcher.outputs.matrix) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: matrix.commit != '' with: fetch-depth: 0 # checkout all commits to be able to determine merge base @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -202,7 +202,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits: it's not needed here, but it's needed almost always, so let's do this for completeness ref: | @@ -218,7 +218,7 @@ jobs: env: SECRETS_PRESENT: ${{ secrets.SECRETS_PRESENT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout tags so version in Manifest is set properly ref: | @@ -285,7 +285,7 @@ jobs: env: SECRETS_PRESENT: ${{ secrets.SECRETS_PRESENT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -426,7 +426,7 @@ jobs: env: SECRETS_PRESENT: ${{ secrets.SECRETS_PRESENT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -521,7 +521,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -624,7 +624,7 @@ jobs: env: SECRETS_PRESENT: ${{ secrets.SECRETS_PRESENT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -833,7 +833,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} product-tests-changed: ${{ steps.filter.outputs.product-tests }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits to be able to determine merge base for GIB ref: | @@ -1075,7 +1075,7 @@ jobs: timeout-minutes: 130 needs: build-pt steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits, as the build result depends on `git describe` equivalent ref: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 023d4a5255bf..f8f49d9408b4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'temurin' # use same JDK distro as in Trino docker images @@ -80,7 +80,7 @@ jobs: - ":trino-tests" timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # checkout all commits, as the build result depends on `git describe` equivalent - uses: actions/setup-java@v3 diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index c1b0a6d5ed68..57ba2e10da6d 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get milestone from pom.xml run: | .github/bin/retry ./mvnw -v