diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25d0437..4223d91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: go-version: '1.24.x' cache: true - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cache/go-build