diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index 575b69a..45821c9 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -58,7 +58,7 @@ jobs: php-version: ${{ matrix.php }} tools: composer:v${{ matrix.composer }} - - uses: actions/cache@v45 + - uses: actions/cache@v5 id: setup-magento-store-cache with: key: setup-magento-ci | ${{ runner.os }} | ${{ matrix.magento }}