Skip to content

Commit 47dac39

Browse files
committed
build(workflow-yaml-files): update runners/docker images
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 7cc3483 commit 47dac39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/advanced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
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

.github/workflows/long.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: push
44

55
jobs:
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

.github/workflows/simple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: push
44

55
jobs:
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

0 commit comments

Comments
 (0)