/.github/workflows: use fork of petems/csv-to-md-table-action@master with upgraded node

This commit is contained in:
coffeegoddd
2024-04-15 13:10:20 -07:00
parent fc243e431a
commit 56b5303cbc
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ jobs:
- name: Create MD
if: ${{ github.event.client_payload.issue_id }} != ""
uses: petems/csv-to-md-table-action@master
uses: dolthub/csv-to-md-table-action@v4
id: md
with:
csvinput: ${{ steps.csv.outputs.content }}

View File

@@ -189,7 +189,7 @@ jobs:
- name: Create MD
if: ${{ github.event.client_payload.issue_id }} != ""
uses: petems/csv-to-md-table-action@master
uses: dolthub/csv-to-md-table-action@v4
id: md
with:
csvinput: ${{ steps.csv.outputs.content }}

View File

@@ -160,7 +160,7 @@ jobs:
- name: Create MD
if: ${{ github.event.client_payload.issue_id }} != ""
uses: petems/csv-to-md-table-action@master
uses: dolthub/csv-to-md-table-action@v4
id: md
with:
csvinput: ${{ steps.csv.outputs.content }}