diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index febe9bf53af9..7a04e0dd9f94 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: --health-retries 3 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -87,7 +87,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -105,7 +105,7 @@ jobs: strategy: matrix: ${{fromJSON(needs.prepare_ui_test_matrix.outputs.matrix)}} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index a5cd1fee0576..ed4efe95b162 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -13,7 +13,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -31,7 +31,7 @@ jobs: strategy: matrix: ${{fromJSON(needs.prepare_ui_test_matrix.outputs.matrix)}} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # This is wasteful, but needed for git describe