Skip to content

Commit cdf440b

Browse files
authored
Merge pull request #18 from REChain-Network-Solutions/dependabot/github_actions/actions/cache-5
Bump actions/cache from 3 to 5
2 parents 8891196 + 24186cf commit cdf440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version: ${{ env.GO_VERSION }}
5353

5454
- name: Cache Go modules
55-
uses: actions/cache@v3
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)