From 610dff5d19e43e8573b81a2f834b0a7a9728ba07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:42:47 +0000 Subject: [PATCH] chore: bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 528e26c..0835755 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: psalm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Psalm uses: docker://vimeo/psalm-github-actions @@ -21,7 +21,7 @@ jobs: # codecov: # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v2 + # - uses: actions/checkout@v3.1.0 # with: # fetch-depth: 0 @@ -60,7 +60,7 @@ jobs: phpunit: 9.5.0 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Cache Composer dependencies uses: actions/cache@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 866efd4..dd4a9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v2.1.5 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Unshallow run: git fetch --prune --unshallow