diff --git a/.github/workflows/test-measure.yml b/.github/workflows/test-measure.yml index d82f02e..870c18f 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@v4.2.0 + uses: actions/cache@v4.2.3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}