Skip to content

Commit 2925676

Browse files
author
lmvysakh
committed
Updated workflow
1 parent 95261bc commit 2925676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hugecachedpendencyv5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
go mod tidy
5757
5858
- name: Setup Go with cache
59-
uses: actions/ setup-go@v5
59+
uses: actions/setup-go@v5
6060
with:
6161
go-version: '1.24'
6262
cache: true
@@ -119,7 +119,7 @@ jobs:
119119
go mod tidy
120120
121121
- name: Setup Go with cache
122-
uses: actions/ setup-go@v5
122+
uses: actions/setup-go@v5
123123
with:
124124
go-version: '1.24'
125125
cache: true
@@ -183,7 +183,7 @@ jobs:
183183
go mod tidy
184184
185185
- name: Setup Go with cache
186-
uses: actions/ setup-go@v5
186+
uses: actions/setup-go@v5
187187
with:
188188
go-version: '1.24'
189189
cache: true

0 commit comments

Comments
 (0)