From 231e5f727c42a40e9754558b4880600c75a61d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:42:33 +0000 Subject: [PATCH] chore(deps): Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_catalog_templates.yml | 2 +- .github/workflows/transifex.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 6ef12e4071b..afde24af2e2 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -35,7 +35,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - - uses: pascalgn/automerge-action@v0.16.3 + - uses: pascalgn/automerge-action@v0.16.4 if: steps.cpr.outputs.pull-request-operation == 'created' env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 779a378b13e..4652f7ed178 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -17,7 +17,7 @@ jobs: name: Auto-merge needs: approve steps: - - uses: pascalgn/automerge-action@v0.16.3 + - uses: pascalgn/automerge-action@v0.16.4 if: github.actor == 'transifex-integration[bot]' env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"