From 14ce4d6cd20845df46e07566e0111320d99b3d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:36:08 +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 bc6c5e8..263e30d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: - php-version: '8.2' steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Enable coverage if: ${{ matrix.php-version == '8.2' }} @@ -56,7 +56,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -112,7 +112,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 @@ -126,7 +126,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer @@ -141,7 +141,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 - PHP ${{ matrix.php-version }} @@ -159,7 +159,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 @@ -173,7 +173,7 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.composer