From 38b85f25337211770a9497e38a4c9c1b491942a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:12:41 +0200 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v9.1.4 (#114) --- .github/workflows/generate-renovate-config.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-renovate-config.yaml b/.github/workflows/generate-renovate-config.yaml index 3ecbca6..b18f0d2 100644 --- a/.github/workflows/generate-renovate-config.yaml +++ b/.github/workflows/generate-renovate-config.yaml @@ -39,7 +39,7 @@ jobs: # cat default.template.json5 | json5-to-json > default.json - name: Push fixes - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3 + uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: # Determines the way the action fills missing author name and email. Three options are available: # - github_actor -> UserName diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 5dc60ab..a2a90bf 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -38,7 +38,7 @@ jobs: # Native pre-commit action fix by `token` not works in this case. - name: Push fixes if: failure() - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3 + uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: # Determines the way the action fills missing author name and email. Three options are available: # - github_actor -> UserName