From 49492235fe3d75ebcd2fd51aacce6cb1e782731b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:29:32 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bcc.yml | 2 +- .github/workflows/build-phar.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/shepherd.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bcc.yml b/.github/workflows/bcc.yml index 016925ef9b2..3fe7bdde2f7 100644 --- a/.github/workflows/bcc.yml +++ b/.github/workflows/bcc.yml @@ -15,7 +15,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index 8d75dfe63c3..4f658298a50 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -44,7 +44,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # required for composer to automatically detect root package version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9fbf7b147..8baa8961369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache @@ -63,7 +63,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache @@ -149,7 +149,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache diff --git a/.github/workflows/shepherd.yml b/.github/workflows/shepherd.yml index 839d98563cc..3440783d936 100644 --- a/.github/workflows/shepherd.yml +++ b/.github/workflows/shepherd.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: php-version: '8.2' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 5b6a06c4e08..de0665c9a72 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -62,7 +62,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache