From 855949fb83bdaa13b6c084f0464f4163423fc2b9 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Oct 2022 15:55:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .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 48b670f..a17fe93 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@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} -- 2.45.2