Skip to content

Commit

Permalink
Merge pull request #97 from RalphHightower/RalphHightower-patch-1
Browse files Browse the repository at this point in the history
[improve](build): upgrade pandoc to 3.5
  • Loading branch information
RalphHightower authored Nov 24, 2024
2 parents 492722b + e925c4a commit a7fb42b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BeagleIdentificationPhotos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Beagles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ComputerSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/EquipmentDistrbution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NetworkSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Obituary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
#node-version: 'node16'
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
cellphone: ${{secrets.CELL_PHONE}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SongsForService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
- uses: docker://pandoc/core:2.19.2
- uses: docker://pandoc/core:3.5
with:
args: >- # allows you to break string into multiple lines
--standalone
Expand Down

0 comments on commit a7fb42b

Please sign in to comment.