From e159fd76a475f2b01a1b1a52e77daa895eb1e94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:05:15 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/default.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index db179a24..8bff97a0 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -29,7 +29,7 @@ jobs: run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-6.5.x --single-branch source - name: Cache current installation - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./* @@ -175,7 +175,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Load current installation from cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./* @@ -241,7 +241,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Load current installation from cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./*