From b75995d1df148b780d8ee74bc1fefd483ed412d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:55:33 +0000 Subject: [PATCH] build(deps): Bump pascalgn/automerge-action from 0.15.6 to 0.16.2 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.6 to 0.16.2. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.15.6...v0.16.2) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 21987ab41..66572e694 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.15.6 + - uses: pascalgn/automerge-action@v0.16.2 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 31971ea89..9e4c9d5af 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.15.6 + - uses: pascalgn/automerge-action@v0.16.2 if: github.actor == 'transifex-integration[bot]' env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"