From 07774c193bd00cccd795431f81d177c7013f9da8 Mon Sep 17 00:00:00 2001 From: Manuel Aguirre <54293113+manuelaguir@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:40:52 -0600 Subject: [PATCH] Update build.yml Update cache version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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