File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
goreleaser :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
with :
22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
timeout-minutes : 10
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- uses : actions/setup-python@v5
36
36
with :
37
37
python-version : " 3.10"
64
64
- " 1.0.*"
65
65
- " 1.5.*"
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v5
68
68
- uses : actions/setup-go@v5
69
69
with :
70
70
go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments