diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index e3a4bc0..a80916b 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: '~1.24' - name: Initialize Go module cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -53,7 +53,7 @@ jobs: with: go-version: '~1.24' - name: Initialize Go module cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}