Skip to content

Commit a7fb42b

Browse files
Merge pull request #97 from RalphHightower/RalphHightower-patch-1
[improve](build): upgrade pandoc to 3.5
2 parents 492722b + e925c4a commit a7fb42b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/Accounts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:2.19.2
18+
- uses: docker://pandoc/core:3.5
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/Assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:2.19.2
18+
- uses: docker://pandoc/core:3.5
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/BeagleIdentificationPhotos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
#node-version: 'node16'
1616
ref: ${{ github.event.push.head.ref }}
17-
- uses: docker://pandoc/core:2.19.2
17+
- uses: docker://pandoc/core:3.5
1818
with:
1919
args: >- # allows you to break string into multiple lines
2020
--standalone

.github/workflows/Beagles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
#node-version: 'node16'
1616
ref: ${{ github.event.push.head.ref }}
17-
- uses: docker://pandoc/core:2.19.2
17+
- uses: docker://pandoc/core:3.5
1818
with:
1919
args: >- # allows you to break string into multiple lines
2020
--standalone

.github/workflows/ComputerSettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:2.19.2
18+
- uses: docker://pandoc/core:3.5
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/EquipmentDistrbution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:2.19.2
18+
- uses: docker://pandoc/core:3.5
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/NetworkSettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
#node-version: 'node16'
2121
ref: ${{ github.event.push.head.ref }}
22-
- uses: docker://pandoc/core:2.19.2
22+
- uses: docker://pandoc/core:3.5
2323
with:
2424
args: >- # allows you to break string into multiple lines
2525
--standalone

.github/workflows/Obituary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
#node-version: 'node16'
2020
ref: ${{ github.event.push.head.ref }}
2121
#node-version: 'node16'
22-
- uses: docker://pandoc/core:2.19.2
22+
- uses: docker://pandoc/core:3.5
2323
with:
2424
args: >- # allows you to break string into multiple lines
2525
cellphone: ${{secrets.CELL_PHONE}}

.github/workflows/SongsForService.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:2.19.2
18+
- uses: docker://pandoc/core:3.5
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

0 commit comments

Comments
 (0)