diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index b0a5efdcd..f13340379 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: | ./*