File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- scylla-3.x
9
+ - ' branch-**'
9
10
paths :
10
11
- ' docs/**'
11
12
- ' faq/**'
@@ -19,14 +20,15 @@ jobs:
19
20
runs-on : ubuntu-20.04
20
21
steps :
21
22
- name : Checkout
22
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
23
24
with :
25
+ ref : ${{ github.event.repository.default_branch }}
24
26
persist-credentials : false
25
27
fetch-depth : 0
26
28
- name : Set up Python
27
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v5
28
30
with :
29
- python-version : 3.9
31
+ python-version : ' 3.10 '
30
32
- name : Set up JDK 1.8
31
33
uses : actions/setup-java@v1
32
34
with :
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
runs-on : ubuntu-20.04
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
persist-credentials : false
24
24
fetch-depth : 0
25
25
- name : Set up Python
26
- uses : actions/setup-python@v3
26
+ uses : actions/setup-python@v5
27
27
with :
28
- python-version : 3.9
28
+ python-version : ' 3.10 '
29
29
- name : Set up JDK 1.8
30
30
uses : actions/setup-java@v1
31
31
with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pyyaml = "6.0.1"
10
10
pygments = " 2.15.1"
11
11
recommonmark = " 0.7.1"
12
12
redirects_cli =" ~0.1.3"
13
- sphinx-scylladb-theme = " ~1.6.1 "
13
+ sphinx-scylladb-theme = " ~1.7.2 "
14
14
sphinx-sitemap = " 2.5.1"
15
15
sphinx-autobuild = " 2021.3.14"
16
16
Sphinx = " 7.2.6"
You can’t perform that action at this time.
0 commit comments