Skip to content

Commit 47992e2

Browse files
authored
Merge pull request #91 from ergebnis/dependabot/github_actions/actions/github/pull-request/add-assignee/actions/github-script-6.1.0
github-actions(deps): bump actions/github-script from 6.0.0 to 6.1.0 in /actions/github/pull-request/add-assignee
2 parents a3d94bb + 1c109c5 commit 47992e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/github/pull-request/add-assignee/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222

2323
steps:
2424
- name: "Determine pull request number"
25-
uses: "actions/github-script@v6.0.0"
25+
uses: "actions/github-script@v6.1.0"
2626
with:
2727
github-token: "${{ inputs.github-token }}"
2828
script: |
@@ -44,7 +44,7 @@ runs:
4444
core.setFailed(`Unable to determine the pull request number for event "${context.eventName}"`);
4545
4646
- name: "Add assignee to pull request"
47-
uses: "actions/github-script@v6.0.0"
47+
uses: "actions/github-script@v6.1.0"
4848
env:
4949
ASSIGNEE: "${{ inputs.assignee }}"
5050
with:

0 commit comments

Comments
 (0)