diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a571ac..06715f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: go-version: "1.20" - name: Cache Go modules id: cache-go - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}