File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- if : ${{ !(github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))) }}
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- if : github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
ref : ${{ github.event.pull_request.head.ref }}
59
59
contents : read
60
60
pull-requests : read
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
- uses : actions/setup-go@v4
64
64
with :
65
65
cache : false # setup-go v4 caches by default
87
87
contents : read
88
88
pull-requests : read
89
89
steps :
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v4
91
91
- uses : actions/setup-go@v4
92
92
with :
93
93
cache : false # setup-go v4 caches by default
@@ -110,7 +110,7 @@ jobs:
110
110
permissions :
111
111
contents : read
112
112
steps :
113
- - uses : actions/checkout@v3
113
+ - uses : actions/checkout@v4
114
114
- uses : actions/setup-go@v4
115
115
with :
116
116
cache : false # setup-go v4 caches by default
You can’t perform that action at this time.
0 commit comments