From 201dd5a8f23fcec399e04ed88ae560aea07a92e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:27:09 +0000 Subject: [PATCH] Bump Keyfactor/jinja2-action Bumps [Keyfactor/jinja2-action](https://github.com/keyfactor/jinja2-action) from 1.2.0.pre.multiple.pre.data.pre.files to 2.pre.tests. - [Commits](https://github.com/keyfactor/jinja2-action/compare/v1.2.0-multiple-data-files...v2-tests) --- updated-dependencies: - dependency-name: Keyfactor/jinja2-action dependency-version: 2.pre.tests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/update-catalog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-catalog.yml b/.github/workflows/update-catalog.yml index 9b58aae..bacbb26 100644 --- a/.github/workflows/update-catalog.yml +++ b/.github/workflows/update-catalog.yml @@ -21,7 +21,7 @@ jobs: path: './catalog-temp/' repository: 'Keyfactor/integrations-catalog' # Change back to integrations-catalog after testing - - uses: Keyfactor/jinja2-action@v1.2.0-multiple-data-files + - uses: Keyfactor/jinja2-action@v2-tests with: template: ./catalog-temp/_integration.md.tpl output_file: ${{ format('./catalog-temp/_integrations/{0}.md', github.event.repository.name) }}