diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9b9b9ed..045bdd5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: go-version-file: "go.mod" - name: Go Build Cache (build) - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build