From d0259496520f9e9c55355ce40a2c541aa0ff0e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 03:54:02 +0000 Subject: [PATCH] chore(deps): bump pascalgn/automerge-action from 0.16.0 to 0.16.2 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.0 to 0.16.2. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.16.0...v0.16.2) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 41be14e..a95f0ae 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically merge branches labeled as `autoupdate` - uses: "pascalgn/automerge-action@v0.16.0" + uses: "pascalgn/automerge-action@v0.16.2" env: GITHUB_TOKEN: "${{ secrets.ELEVATED_GITHUB_TOKEN }}" MERGE_LABELS: "autoupdate"