File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up JDK 11
19
19
uses : actions/setup-java@v4
20
20
with :
49
49
test-model-api-gen-gradle :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Set up JDK 11
54
54
uses : actions/setup-java@v4
55
55
with :
69
69
test-bulk-model-sync-gradle :
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
- name : Set up JDK 11
74
74
uses : actions/setup-java@v4
75
75
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout Project
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Set up JDK 11
14
14
uses : actions/setup-java@v4
15
15
with :
18
18
- name : Use tag as version
19
19
run : echo "${GITHUB_REF#refs/*/}" > version.txt
20
20
- name : Checkout Old Docs Versions for Index Page
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
ref : gh-pages
24
24
path : build/dokka
Original file line number Diff line number Diff line change 7
7
name : Lint PR commits
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- uses : wagoid/commitlint-github-action@v5
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Checkout branch
Original file line number Diff line number Diff line change 7
7
pre-commit :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : actions/setup-python@v5
12
12
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 24
24
- " 2022.3"
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Set up JDK 17
29
29
uses : actions/setup-java@v4
30
30
with :
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
packages : write
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 18.3.0'
Original file line number Diff line number Diff line change 11
11
if : ${{ github.ref == 'refs/heads/main' }}
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments