From e66bcc2b7bca7206b39ccf70d3e05e76044d05dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 08:59:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yml | 2 +- .github/workflows/insights.yml | 2 +- .github/workflows/release-tag.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 95da54c..f0236dd 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 ref: ${{ github.head_ref }} diff --git a/.github/workflows/insights.yml b/.github/workflows/insights.yml index da5437a..786d462 100644 --- a/.github/workflows/insights.yml +++ b/.github/workflows/insights.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false name: PHP ${{ matrix.php-versions }} Test - ${{ matrix.operating-system }} - ${{ matrix.stability }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 52894d8..70f3fe6 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -29,7 +29,7 @@ jobs: last_release_version: ${{ steps.semantic.outputs.last_release_version }} steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7113fcc..b193b7a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false name: PHP ${{ matrix.php-versions }} Test - ${{ matrix.operating-system }} - ${{ matrix.stability }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1