From d7cbb07a49dbbe178f428cdbc4290546ff37a6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:01:33 +0000 Subject: [PATCH] Bump juliangruber/approve-pull-request-action from 2.0.3 to 2.0.6 Bumps [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](https://github.com/juliangruber/approve-pull-request-action/compare/6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e...b71c44ff142895ba07fad34389f1938a4e8ee7b0) --- updated-dependencies: - dependency-name: juliangruber/approve-pull-request-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependencies.yml | 2 +- .github/workflows/update-to-newest-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-dependencies.yml b/.github/workflows/auto-merge-dependencies.yml index ba4f8dd..7eaf987 100644 --- a/.github/workflows/auto-merge-dependencies.yml +++ b/.github/workflows/auto-merge-dependencies.yml @@ -37,7 +37,7 @@ jobs: - name: Auto approve id: autoApprove - uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2 + uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.find-pull-request.outputs.number }} diff --git a/.github/workflows/update-to-newest-version.yml b/.github/workflows/update-to-newest-version.yml index 58947d4..7704dc6 100644 --- a/.github/workflows/update-to-newest-version.yml +++ b/.github/workflows/update-to-newest-version.yml @@ -39,7 +39,7 @@ jobs: - name: Auto approve id: autoApprove if: steps.createAutoPR.outputs.pull-request-operation == 'created' - uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2 + uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.createAutoPR.outputs.pull-request-number }}