diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5ea72219..91836f65 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,7 +42,7 @@ jobs: run: | echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Define Composer cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: tests-php-${{ matrix.php-version }} @@ -116,7 +116,7 @@ jobs: run: | echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Define Composer cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: tests-lowest-php-${{ matrix.php-version }}