Skip to content

Commit b281f78

Browse files
authored
Merge pull request #44 from dohq/renovate/actions-cache-3.x
Update actions/cache action to v3.3.2
2 parents c85be7c + b006bb1 commit b281f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: 1.15
3535

3636
- name: "Cache Go modules"
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].2
3838
with:
3939
path: ~/go/pkg/mod
4040
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)