File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
go-version : ${{ matrix.go }}
41
41
42
- - name : Cache Go modules
43
- uses : actions/cache/restore@v4
44
- with :
45
- path : |
46
- ~/.cache/go-build
47
- ~/go/pkg/mod
48
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
49
- restore-keys : |
50
- ${{ runner.os }}-go-
51
-
52
42
- name : Setup Node.JS ${{ matrix.node }}
53
43
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
54
44
with :
60
50
with :
61
51
languages : ${{ matrix.language }}
62
52
63
-
64
53
- name : Autobuild
65
54
uses : github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
66
55
Original file line number Diff line number Diff line change 27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
30
- - name : Cache Go modules
31
- uses : actions/cache@v4
32
- with :
33
- path : |
34
- ~/.cache/go-build
35
- ~/go/pkg/mod
36
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37
- restore-keys : |
38
- ${{ runner.os }}-go-
39
-
40
30
- name : Setup Node.JS ${{ matrix.node }}
41
31
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
42
32
with :
You can’t perform that action at this time.
0 commit comments