From 45e6e342079b3954fad036a1ea8bf86463c9ab77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:42:57 +0000 Subject: [PATCH] Bump the github group across 1 directory with 2 updates Bumps the github group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/phpbench.yml | 4 ++-- .github/workflows/phpspec.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpbench.yml b/.github/workflows/phpbench.yml index f90b5db..73c0507 100644 --- a/.github/workflows/phpbench.yml +++ b/.github/workflows/phpbench.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up PHP uses: shivammathur/setup-php@v2 @@ -31,7 +31,7 @@ jobs: - name: Get Composer Cache id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: diff --git a/.github/workflows/phpspec.yml b/.github/workflows/phpspec.yml index 05d342f..4df4450 100644 --- a/.github/workflows/phpspec.yml +++ b/.github/workflows/phpspec.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up PHP uses: shivammathur/setup-php@v2 @@ -31,7 +31,7 @@ jobs: - name: Get Composer Cache id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: