diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e4b125e..5beb0fa 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -37,7 +37,7 @@ jobs: # Cache both the Composer cache directory and the vendor directory - name: Cache Composer dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.COMPOSER_CACHE_DIR }}