File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
fail-fast : true
30
30
steps :
31
31
- name : Check out code
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
33
- name : Set up Go ${{ matrix.go-version }}
34
34
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
35
35
with :
Original file line number Diff line number Diff line change 35
35
fail-fast : false
36
36
steps :
37
37
- name : Check out code
38
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
39
- name : Set up Go ${{ matrix.go-version }}
40
40
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
41
41
with :
You can’t perform that action at this time.
0 commit comments