From 813928e84bac7c2e70b833e8791edd93d0b539e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 07:06:14 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.3.4 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 6 +++--- .github/workflows/snapshot_release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index febe9bf53af9..4f356b032891 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.0.2 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.0.2 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.0.2 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..297a45c00c32 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.0.2 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.0.2 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.0.2 with: fetch-depth: 0 # This is wasteful, but needed for git describe