diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 75cda95..e4bb974 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,7 +49,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Init Composer Cache # Docs: - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }} @@ -59,7 +59,7 @@ jobs: run: cd tests && composer update --prefer-dist --no-progress --ansi - name: Init Go modules Cache # Docs: - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}