diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3818de6..51171a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,11 @@ jobs: go-version: ^1.25 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache Go id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: # A list of files, directories, and wildcard patterns to cache and restore path: ~/go/pkg/mod