File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
if : ${{ runner.os != 'Windows' }}
42
42
uses : actions/setup-python@v2
43
43
with :
44
- python-version : ' 2 .x'
44
+ python-version : ' 3 .x'
45
45
46
46
- name : Install docutils for Github-Markup
47
47
if : ${{ runner.os != 'Windows' }}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get remove -y $BUILD_DEPS && \
37
37
apt-get autoremove -y && \
38
38
rm -rf /var/lib/apt/lists/*
39
39
40
- FROM python:2.7 -slim as python-deps
40
+ FROM python:3.9 -slim as python-deps
41
41
42
42
# docutils for github-markup
43
43
RUN python -m pip install --upgrade pip && \
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem "org-ruby", "~> 0.9.12"
9
9
gem "creole" , "~> 0.5.0"
10
10
gem "wikicloth" , "~> 0.8.3"
11
11
gem "asciidoctor" , "~> 2.0"
12
- gem "github-markup" , "~> 3 .0"
12
+ gem "github-markup" , "~> 4 .0"
Original file line number Diff line number Diff line change 24
24
escape_utils (~> 1.2.0 )
25
25
mini_mime (~> 1.0 )
26
26
rugged (>= 0.25.1 )
27
- github-markup (3 .0.5 )
27
+ github-markup (4 .0.0 )
28
28
htmlentities (4.3.4 )
29
29
i18n (1.8.9 )
30
30
concurrent-ruby (~> 1.0 )
@@ -84,7 +84,7 @@ DEPENDENCIES
84
84
commonmarker (~> 0.21.0 )
85
85
creole (~> 0.5.0 )
86
86
github-linguist (>= 7.12.1 )
87
- github-markup (~> 3 .0 )
87
+ github-markup (~> 4 .0 )
88
88
licensee (>= 9.9.0 )
89
89
org-ruby (~> 0.9.12 )
90
90
rdoc (= 3.12.1 )
You can’t perform that action at this time.
0 commit comments