Skip to content

Commit

Permalink
github-actions(deps): bump actions/github-script
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.3.2...v6.3.3)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2022
1 parent fa8f541 commit 3204126
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/[email protected].2"
uses: "actions/[email protected].3"
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/[email protected].2"
uses: "actions/[email protected].3"
with:
github-token: "${{ inputs.github-token }}"
script: |
Expand Down

0 comments on commit 3204126

Please sign in to comment.