From 005d3e2f501ee6bd0deecc58cca2bb9329813f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:05:08 +0000 Subject: [PATCH] build(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/build-phar.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/shepherd.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index e5bd222aff7..b05551b27b8 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -35,7 +35,7 @@ jobs: tools: composer:v2 coverage: none - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Composer Cache Directories id: composer-cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dcae6d29b5..177d778b003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: tools: composer:v2 coverage: none - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Composer Cache Directories id: composer-cache @@ -91,7 +91,7 @@ jobs: coverage: none extensions: decimal - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Composer Cache Directories id: composer-cache diff --git a/.github/workflows/shepherd.yml b/.github/workflows/shepherd.yml index b60bca06d65..f8cf2780013 100644 --- a/.github/workflows/shepherd.yml +++ b/.github/workflows/shepherd.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: shivammathur/setup-php@v2 with: php-version: '8.0' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index b901fcdf8fc..814d681b484 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -57,7 +57,7 @@ jobs: tools: composer:v2 coverage: none - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get Composer Cache Directories id: composer-cache