From 3423295ee5bf8382e1dc2f2ebab397be669662de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:42:26 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bcc.yml | 2 +- .github/workflows/build-docker.yml | 2 +- .github/workflows/build-phar.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .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 6dd39fb9b8c..ce1366f8e80 100644 --- a/.github/workflows/bcc.yml +++ b/.github/workflows/bcc.yml @@ -30,7 +30,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 6480a043321..99b2b730acd 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -68,7 +68,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index 08ecbde758e..e221bba7170 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -60,7 +60,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c883bb03e2c..5e0e7e2abc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -83,7 +83,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -173,7 +173,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f733c0beda7..864af3eec21 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -85,7 +85,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }}