diff --git a/.github/workflows/merge_patch_dependencies.yml b/.github/workflows/merge_patch_dependencies.yml index efe3629c..02ebf736 100644 --- a/.github/workflows/merge_patch_dependencies.yml +++ b/.github/workflows/merge_patch_dependencies.yml @@ -14,6 +14,6 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve and merge Dependabot PRs for patch versions if: ${{github.event.workflow_run.conclusion == 'success' && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}} - uses: ridedott/merge-me-action@94db76826489ddb8e3732265fd8f3cb9bf2b2c50 # v2.10.121 + uses: ridedott/merge-me-action@d288b479e76cb993344ca8b5e0fcaa7d6e667eed # v2.10.123 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}