Skip to content

Commit f4c382e

Browse files
committed
Use pandoc 3.1.6
1 parent 5cb93ca commit f4c382e

File tree

3 files changed

+178
-177
lines changed

3 files changed

+178
-177
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.9", "3.10", "3.11"]
1818
poetry-version: ["1.5.1"]
19-
pandoc-version: ["3.1.5"]
19+
pandoc-version: ["3.1.6"]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Set up Python ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python-version: ["3.11"]
4444
poetry-version: ["1.2.2", "1.3.2", "1.4.2", "1.5.1"]
45-
pandoc-version: ["3.1.5"]
45+
pandoc-version: ["3.1.6"]
4646
steps:
4747
- uses: actions/checkout@v3
4848
- name: Set up Python ${{ matrix.python-version }}
@@ -68,7 +68,7 @@ jobs:
6868
matrix:
6969
python-version: ["3.11"]
7070
poetry-version: ["1.5.1"]
71-
pandoc-version: ["2.11.4", "2.12", "2.13", "2.14.2", "2.15", "2.16.2", "2.17.1.1", "2.18", "2.19.2", "3.0.1", "3.1.5"]
71+
pandoc-version: ["2.11.4", "2.12", "2.13", "2.14.2", "2.15", "2.16.2", "2.17.1.1", "2.18", "2.19.2", "3.0.1", "3.1.6"]
7272
steps:
7373
- uses: actions/checkout@v3
7474
- name: Set up Python ${{ matrix.python-version }}
@@ -122,8 +122,8 @@ jobs:
122122
poetry-version: '1.5.1'
123123
- name: Install dependencies
124124
run: |
125-
wget https://github.com/jgm/pandoc/releases/download/3.1.5/pandoc-3.1.5-1-amd64.deb
126-
sudo dpkg -i ./pandoc-3.1.5-1-amd64.deb
125+
wget https://github.com/jgm/pandoc/releases/download/3.1.6/pandoc-3.1.6-1-amd64.deb
126+
sudo dpkg -i ./pandoc-3.1.6-1-amd64.deb
127127
poetry install
128128
- name: Test
129129
env:

0 commit comments

Comments
 (0)