diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 477f979..0ba4c81 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,7 +42,7 @@ jobs: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - 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') }} @@ -52,7 +52,7 @@ jobs: run: cd tests/php_test_files && 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') }}