From 0ca45c38b01ce5146889f6682202db75ea76e26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:12:39 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.3 in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [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/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7c03a5..7adaf65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: id: "composer-cache" run: 'echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT' - name: "Cache composer dependencies" - uses: "actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb" # v5.0.1 + uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3 with: path: "${{ steps.composer-cache.outputs.dir }}" key: "${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index cb7d93e..1cb7ad4 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -32,7 +32,7 @@ jobs: id: "composer-cache" run: 'echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT' - name: "Cache composer dependencies" - uses: "actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb" # v5.0.1 + uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3 with: path: "${{ steps.composer-cache.outputs.dir }}" key: "${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}"