File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
update :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Find default branch name
30
30
id : defaultBranch
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
ref : ${{ github.ref }}
12
12
fetch-depth : 0
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@v3
12
+ uses : actions/checkout@v4
13
13
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
14
14
-
uses :
mszostok/[email protected]
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