File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
with :
13
13
token : ${{ secrets.PRIVATE_TOKEN }}
14
14
submodules : true
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
token : ${{ secrets.PRIVATE_TOKEN }}
16
16
submodules : true
17
17
18
18
- name : setup jdk 21
19
- uses : actions/setup-java@v2
19
+ uses : actions/setup-java@v3
20
20
with :
21
21
distribution : ' temurin'
22
22
java-version : ' 21'
23
23
cache : ' gradle'
24
24
25
25
- name : Start Redis
26
- uses : supercharge/redis-github-action@1.1 .0
26
+ uses : supercharge/redis-github-action@1.7 .0
27
27
with :
28
28
redis-version : 6
29
29
36
36
shell : bash
37
37
38
38
- name : Deploy to Netlify
39
- uses : nwtgck/actions-netlify@v1.2
39
+ uses : nwtgck/actions-netlify@v2.1.0
40
40
with :
41
41
publish-dir : ' ./build/docs/asciidoc'
42
42
production-branch : dev
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Clone repo
11
- uses : actions/checkout@main
11
+ uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 1
14
14
15
15
- name : setup jdk 21
16
- uses : actions/setup-java@v2
16
+ uses : actions/setup-java@v3
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : ' 21'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v3
11
11
with :
12
12
token : ${{ secrets.PRIVATE_TOKEN }}
13
13
submodules : true
14
14
15
15
- name : setup jdk 21
16
- uses : actions/setup-java@v2
16
+ uses : actions/setup-java@v3
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : ' 21'
20
20
cache : ' gradle'
21
21
22
22
- name : Start Redis
23
- uses : supercharge/redis-github-action@1.1 .0
23
+ uses : supercharge/redis-github-action@1.7 .0
24
24
with :
25
25
redis-version : 6
26
26
You can’t perform that action at this time.
0 commit comments