From 1e99b557cbe04e19f55890bd95dbd6f9d896170f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:21:03 +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 e196ff5..7b2bdc0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,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' }} @@ -72,7 +72,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -137,7 +137,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 @@ -151,7 +151,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -166,7 +166,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 }} @@ -191,7 +191,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 @@ -205,7 +205,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer