From cc80287023ea02df4a841ba8442cd036e744ec3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:59:56 +0000 Subject: [PATCH] [dependabot][ghaction] - (deps): Bump the all-actions group with 3 updates Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `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) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `actions/dependency-review-action` from 1 to 4 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3790596..e359116 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,7 +53,7 @@ jobs: composer-flag: --prefer-lowest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Enable coverage if: ${{ matrix.php-version == '8.2' }} @@ -73,7 +73,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -141,7 +141,7 @@ jobs: name: Static checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP 8.2 uses: shivammathur/setup-php@v2 @@ -155,7 +155,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -170,7 +170,7 @@ jobs: - name: Dependencies check if: ${{ github.event_name == 'pull_request' }} - uses: actions/dependency-review-action@v1 + uses: actions/dependency-review-action@v4 nightly-tests: name: Nightly - Symfony ${{ matrix.symfony-version }} @@ -195,7 +195,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 @@ -209,7 +209,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer