From c480b24da1f004cc18e2d4e17221d28f92e3e4ae Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Thu, 18 Apr 2024 08:08:32 +0200 Subject: [PATCH] fix: upgrade version Signed-off-by: Martin Buchleitner --- .github/workflows/changelog-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog-automation.yml b/.github/workflows/changelog-automation.yml index 8a84322..d8606a3 100644 --- a/.github/workflows/changelog-automation.yml +++ b/.github/workflows/changelog-automation.yml @@ -1,5 +1,5 @@ --- -name: Infralovers Changelog Automation +name: "Infralovers Changelog Automation template" on: # push: @@ -20,7 +20,7 @@ jobs: - name: Check pre-commit presence id: precommit_exists - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: ".pre-commit-config.yaml"