File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55jobs :
66 convert_via_pandoc :
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88 steps :
99 - uses : actions/checkout@v4
1010 - name : create file list
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ on: push
44
55jobs :
66 convert_via_pandoc :
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88 steps :
99 - run : echo "foo" > input.txt # create an example file
10- - uses : docker://pandoc/core:3.5
10+ - uses : docker://pandoc/core:3.8
1111 with :
1212 args : >- # allows you to break string into multiple lines
1313 --standalone
Original file line number Diff line number Diff line change 44
55jobs :
66 convert_via_pandoc :
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88 steps :
9- - uses : docker://pandoc/core:3.5
9+ - uses : docker://pandoc/core:3.8
1010 with :
1111 args : " --help" # gets appended to pandoc command
You can’t perform that action at this time.
0 commit comments