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 26
26
timeout-minutes : 5
27
27
steps :
28
28
- name : Check out code into the Go module directory
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
- name : Set up Go
32
32
uses : actions/setup-go@v5
60
60
- " 1.6.3"
61
61
steps :
62
62
- name : Check out code into the Go module directory
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
65
65
- name : Set up Go
66
66
uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : " Checkout source code at current commit"
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
14
14
- uses : mszostok/codeowners-validator@v0.7.1
15
15
if : github.event.pull_request.head.repo.full_name == github.repository
You can’t perform that action at this time.
0 commit comments