From dcb370bf7261292566defc1097733226ce13a2c2 Mon Sep 17 00:00:00 2001 From: Jonathan Oliver Date: Mon, 6 Jan 2025 16:58:58 -0700 Subject: [PATCH] Github Actions cache@v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a34aa2..2ac2f79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}