Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6.3.0 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 595fbab commit b1c6054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github.prs.combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/github-script@v5
- uses: actions/github-script@v6.3.0
id: fetch-branch-names
name: Fetch branch names
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
git pull origin $sourcebranches --no-edit
git push origin $COMBINE_BRANCH_NAME --force-with-lease
# Creates a PR with the new combined branch
- uses: actions/github-script@v5
- uses: actions/github-script@v6.3.0
name: Create Combined Pull Request
env:
PRS_STRING: ${{ steps.fetch-branch-names.outputs.prs-string }}
Expand Down

0 comments on commit b1c6054

Please sign in to comment.