From 1c3e758e664102c7398b06c99d56baaa0294b6a3 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Fri, 3 Mar 2023 11:01:57 +0000 Subject: [PATCH] Updated github workflows --- .github/workflows/gotip.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gotip.yml b/.github/workflows/gotip.yml index e3b2097..d85ccf4 100644 --- a/.github/workflows/gotip.yml +++ b/.github/workflows/gotip.yml @@ -25,7 +25,7 @@ jobs: with: submodules: recursive - id: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/go/pkg/mod # Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfe50c4..c0677fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: with: submodules: recursive - id: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/go/pkg/mod # Module download cache