diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c870f53..71320450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: go-version: ${{ matrix.go }} - name: Cache Build Dependencies # Speeds up subsquent builds - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: go-${{ hashFiles('**/go.sum') }} @@ -45,4 +45,4 @@ jobs: steps: - uses: shogo82148/actions-goveralls@v1 with: - parallel-finished: true \ No newline at end of file + parallel-finished: true