File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - scylla-3.x
9+ - ' branch-**'
910 paths :
1011 - ' docs/**'
1112 - ' faq/**'
@@ -19,14 +20,15 @@ jobs:
1920 runs-on : ubuntu-20.04
2021 steps :
2122 - name : Checkout
22- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2324 with :
25+ ref : ${{ github.event.repository.default_branch }}
2426 persist-credentials : false
2527 fetch-depth : 0
2628 - name : Set up Python
27- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v5
2830 with :
29- python-version : 3.9
31+ python-version : ' 3.10 '
3032 - name : Set up JDK 1.8
3133 uses : actions/setup-java@v1
3234 with :
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-20.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 with :
2323 persist-credentials : false
2424 fetch-depth : 0
2525 - name : Set up Python
26- uses : actions/setup-python@v3
26+ uses : actions/setup-python@v5
2727 with :
28- python-version : 3.9
28+ python-version : ' 3.10 '
2929 - name : Set up JDK 1.8
3030 uses : actions/setup-java@v1
3131 with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pyyaml = "6.0.1"
1010pygments = " 2.15.1"
1111recommonmark = " 0.7.1"
1212redirects_cli =" ~0.1.3"
13- sphinx-scylladb-theme = " ~1.6.1 "
13+ sphinx-scylladb-theme = " ~1.7.2 "
1414sphinx-sitemap = " 2.5.1"
1515sphinx-autobuild = " 2021.3.14"
1616Sphinx = " 7.2.6"
You can’t perform that action at this time.
0 commit comments