From 48f3368cda59f810164c05f9b946852816691579 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 17 Jan 2024 16:19:47 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e78636..cdd46f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: # See https://github.com/actions/cache/blob/master/examples.md#go---modules - name: Cache Go Modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}