File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
# Must fetch at least the immediate parents so that if this is
24
24
# a pull request then we can checkout the head of the pull request.
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- if : ${{ !(github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))) }}
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- if : github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
ref : ${{ github.event.pull_request.head.ref }}
61
61
contents : read
62
62
pull-requests : read
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- uses : actions/setup-go@v5
66
66
with :
67
67
go-version : oldstable
90
90
contents : read
91
91
pull-requests : read
92
92
steps :
93
- - uses : actions/checkout@v4
93
+ - uses : actions/checkout@v5
94
94
- uses : actions/setup-go@v5
95
95
with :
96
96
go-version : oldstable
@@ -117,7 +117,7 @@ jobs:
117
117
permissions :
118
118
contents : read
119
119
steps :
120
- - uses : actions/checkout@v4
120
+ - uses : actions/checkout@v5
121
121
- uses : actions/setup-go@v5
122
122
with :
123
123
go-version : oldstable
You can’t perform that action at this time.
0 commit comments