Skip to content

Commit

Permalink
Merge pull request #174 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github/pull-request/add-label-based-on-branch-name/actions/github-script-7.0.0

github-actions(deps): Bump actions/github-script from 6.4.1 to 7.0.0 in /actions/github/pull-request/add-label-based-on-branch-name
  • Loading branch information
ergebnis-bot authored Nov 13, 2023
2 parents f674a50 + 62f73b7 commit 703faaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

steps:
- name: "Determine pull request number"
uses: "actions/github-script@v6.4.1"
uses: "actions/github-script@v7.0.0"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand All @@ -43,7 +43,7 @@ runs:
core.setFailed(`Unable to determine the pull request number and branch name for event "${context.eventName}"`);
- name: "Add label to pull request based on branch name"
uses: "actions/github-script@v6.4.1"
uses: "actions/github-script@v7.0.0"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand Down

0 comments on commit 703faaa

Please sign in to comment.