diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index d55ce42ae..5c01b0ddb 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -67,7 +67,7 @@ jobs: # Optional: pass GITHUB_TOKEN to avoid rate limiting. token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/go-build