From 75a926a62452208dc9b0271ebb89a40a97b324a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:51:22 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [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.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index b0a5efdc..f1334037 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -24,7 +24,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.0.2 + uses: actions/cache@v4.1.1 with: path: | ./* @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Load current installation from cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: | ./* @@ -214,7 +214,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Load current installation from cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: | ./*