From da2b39de36f7f4a00a0520d3c27021652595d055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:09:33 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.3.4 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label_transfer.yml | 2 +- .github/workflows/pull_request.yml | 6 +++--- .github/workflows/snapshot_release.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/label_transfer.yml b/.github/workflows/label_transfer.yml index 2bdec3360618..74516c970572 100644 --- a/.github/workflows/label_transfer.yml +++ b/.github/workflows/label_transfer.yml @@ -9,7 +9,7 @@ jobs: transfer_tags: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 006f420579af..7e25fa5c6fe2 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.1.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.1.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.1.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 6dddccaefcc1..0ad17f5faddf 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.1.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.1.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 # This is wasteful, but needed for git describe