diff --git a/.github/workflows/test-measure.yml b/.github/workflows/test-measure.yml index cd57ed91..430a4e6b 100644 --- a/.github/workflows/test-measure.yml +++ b/.github/workflows/test-measure.yml @@ -174,7 +174,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Configure Composer cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}