From 9ae8e77608bcf8d38ab88e61052386b4ae1328fa Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 22 Jan 2025 17:11:34 -0500 Subject: [PATCH] fix readme templating --- .github/workflows/template-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-readme.yml b/.github/workflows/template-readme.yml index 648cd349..f87af0d3 100644 --- a/.github/workflows/template-readme.yml +++ b/.github/workflows/template-readme.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cuchi/jinja2-action@v1.2.2 + - uses: cuchi/jinja2-action@v1.3.0 with: template: ci-scripts/README.template output_file: README.md