Skip to content

Commit 740e397

Browse files
authored
Merge pull request #136 from ergebnis/dependabot/github_actions/actions/github/pull-request/merge/actions/github-script-6.3.3
github-actions(deps): bump actions/github-script from 6.3.2 to 6.3.3 in /actions/github/pull-request/merge
2 parents 94d42d2 + 9804c9e commit 740e397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/github/pull-request/merge/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323

2424
steps:
2525
- name: "Determine pull request number"
26-
uses: "actions/github-script@v6.3.2"
26+
uses: "actions/github-script@v6.3.3"
2727
with:
2828
github-token: "${{ inputs.github-token }}"
2929
script: |
@@ -45,7 +45,7 @@ runs:
4545
core.setFailed(`Unable to determine the pull request number for event "${context.eventName}"`);
4646
4747
- name: "Merge pull request"
48-
uses: "actions/github-script@v6.3.2"
48+
uses: "actions/github-script@v6.3.3"
4949
env:
5050
MERGE_METHOD: "${{ inputs.merge-method }}"
5151
with:

0 commit comments

Comments
 (0)