Skip to content

Commit 0935d0a

Browse files
author
neil
committed
minor
1 parent 9d9d837 commit 0935d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/tpl/generate.tpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cat base-builder/.github/tpl/README.tpl.md >.github/tpl/README.tpl.md
3232
3333
- name: Generate files
34-
uses: vmactions/render@v0.0.1
34+
uses: vmactions/render@v0.0.2
3535
with:
3636
datafile: .github/data/datafile.ini
3737
files: |

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "LATEST_CONF=$latest" >> $GITHUB_ENV
3636
3737
- name: Update the readme.md
38-
uses: vmactions/render@v0.0.1
38+
uses: vmactions/render@v0.0.2
3939
with:
4040
datafile: .github/data/datafile.ini
4141
files: |

0 commit comments

Comments
 (0)