File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- ' /var/run/docker.sock'
11
11
- ' /run/user/$UID/podman/podman.sock'
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : actions/setup-go@v5
15
15
with :
16
16
go-version : ' stable'
34
34
contents : read
35
35
timeout-minutes : 10
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : actions/setup-go@v5
39
39
with :
40
40
go-version : ' stable'
50
50
security-events : write
51
51
timeout-minutes : 10
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
- uses : actions/setup-go@v5
55
55
with :
56
56
go-version : ' stable'
71
71
contents : write
72
72
if : ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
73
73
steps :
74
- - uses : actions/checkout@v4
74
+ - uses : actions/checkout@v5
75
75
- uses : actions/setup-go@v5
76
76
with :
77
77
go-version : ' stable'
You can’t perform that action at this time.
0 commit comments