summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-01-18 12:59:47 +0100
committerGitHub <[email protected]>2024-01-18 12:59:47 +0100
commit9f8082fc433e759399f72314edf450cfe1fcc209 (patch)
treeba989c4cc3be4f5063ffb6c819bbc443d2f16df8
parentb427dc870142baff208cdc08fd9499394ecc4039 (diff)
parent504f33151a5071dfb580ec81a96cac4987d043b7 (diff)
Merge pull request #1836 from roadrunner-server/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
-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 6f519741..c8d49de7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -60,7 +60,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@v3
+ uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v4
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}