File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
build-test :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v4
22
22
with :
23
23
go-version : ' 1.19.x'
Original file line number Diff line number Diff line change 17
17
if : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
ref : ${{ github.event.pull_request.head.ref }}
23
23
- uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 8
8
name : make release
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : actions/setup-go@v4
13
13
with :
14
14
go-version : ' 1.19.x'
Original file line number Diff line number Diff line change 15
15
name : update-spec
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions/setup-go@v4
20
20
with :
21
21
go-version : ' 1.19.x'
35
35
echo "No files changed, proceeding";
36
36
fi
37
37
# Checkout the docs repo since we will want to update the files there.
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
repository : ' kittycad/website'
41
41
path : ' website'
You can’t perform that action at this time.
0 commit comments