Skip to content

Commit 02fb6cf

Browse files
[fix](build): pandoc.yml(version updates) (#114)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 0468f03 commit 02fb6cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pandoc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4.2.2
1818

1919
- name: Set up Pandoc
2020
run: |
@@ -70,7 +70,7 @@ jobs:
7070
done
7171
7272
- name: Upload output
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4.5.0
7474
with:
7575
name: output
76-
path: output
76+
path: output

0 commit comments

Comments
 (0)