diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71d6a57..ee4c571 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: cd tests && composer update --prefer-dist --no-progress --ansi - name: Init Go modules Cache # Docs: - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}