Skip to content

Commit 84b2af0

Browse files
authored
update pinned version of reusable action (#287)
1 parent 9fc48b7 commit 84b2af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/render.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Render the document with diffs in the 'pr' mode.
8080
- name: Render
8181
if: inputs.workflow == 'pr'
82-
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
82+
uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
8383
with:
8484
input-md: ${{ inputs.input }}
8585
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
@@ -91,7 +91,7 @@ jobs:
9191
# Render the document with diffs in the 'manual' mode.
9292
- name: Render
9393
if: inputs.workflow == 'manual'
94-
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
94+
uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
9595
with:
9696
input-md: ${{ inputs.input }}
9797
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
@@ -101,7 +101,7 @@ jobs:
101101
# Render the document without diffs in other modes.
102102
- name: Render
103103
if: inputs.workflow != 'pr' && inputs.workflow != 'manual'
104-
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
104+
uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
105105
with:
106106
input-md: ${{ inputs.input }}
107107
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}

0 commit comments

Comments
 (0)