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: | ./*