diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e363b5..9187317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Cache Magento Repository id: cache-magento - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: magento key: magento-${{ matrix.magento-version }}