From 8bd801365a8d36a0b20f45ee969161685de7785a Mon Sep 17 00:00:00 2001 From: Paulo Henrique Cuchi Date: Fri, 17 Jan 2025 15:53:14 -0300 Subject: [PATCH] v1.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c99eaff..b063d5f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ to easily run it in your GitHub workflows. # Using input variables ```yml - name: Setup nginx - uses: cuchi/jinja2-action@v1.2.2 + uses: cuchi/jinja2-action@v1.3.0 with: template: infra/nginx.conf.j2 output_file: infra/nginx.conf @@ -21,7 +21,7 @@ to easily run it in your GitHub workflows. # Using data files ```yml - name: Setup nginx - uses: cuchi/jinja2-action@v1.2.2 + uses: cuchi/jinja2-action@v1.3.0 with: template: infra/nginx.conf.j2 output_file: infra/nginx.conf @@ -32,7 +32,7 @@ to easily run it in your GitHub workflows. # Using environment variables ```yml - name: Setup nginx - uses: cuchi/jinja2-action@v1.2.2 + uses: cuchi/jinja2-action@v1.3.0 with: template: infra/nginx.conf.j2 output_file: infra/nginx.conf