Skip to content

Commit 521440c

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4.2.2
2 parents e669cf5 + 7150572 commit 521440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_patch_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
github-token: "${{ secrets.GITHUB_TOKEN }}"
1515
- name: Approve and merge Dependabot PRs for patch versions
1616
if: ${{github.event.workflow_run.conclusion == 'success' && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
17-
uses: ridedott/merge-me-action@94db76826489ddb8e3732265fd8f3cb9bf2b2c50 # v2.10.121
17+
uses: ridedott/merge-me-action@f96a67511b4be051e77760230e6a3fb9cb7b1903 # v2.10.124
1818
with:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)