summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-23 08:02:04 +0100
committerGitHub <[email protected]>2022-03-23 08:02:04 +0100
commitce7e4a12f7ff7731c57cb7edade4d7cace7a8c1b (patch)
tree3785217358f20fb6f05fb1631a857727decc0abc
parent5f16adb10f6df70faf21dae6a34f56b3c0bfba53 (diff)
parent444e01860c13c735178a8126ecca3e32491bea9a (diff)
[#1063]: Bump actions/cache from 2 to 3
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6a435158..56581ed7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
fetch-depth: 2 # Fixes codecov error 'Issue detecting commit SHA'
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v3
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}