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 26
26
runs-on : ubuntu-latest
27
27
timeout-minutes : 5
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- uses : actions/setup-python@v5
31
31
with :
32
32
python-version : " 3.10"
59
59
# - "1.0.*"
60
60
- " 1.12.*"
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
- uses : actions/setup-go@v5
64
64
with :
65
65
go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments