Skip to content

Commit 8cf8ba7

Browse files
Bump actions/github-script from 4.1 to 5 (#39)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 183cd16 commit 8cf8ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github.prs.combine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
34-
- uses: actions/github-script@v4.1
34+
- uses: actions/github-script@v5
3535
id: fetch-branch-names
3636
name: Fetch branch names
3737
with:
@@ -117,7 +117,7 @@ jobs:
117117
git pull origin $sourcebranches --no-edit
118118
git push origin $COMBINE_BRANCH_NAME --force-with-lease
119119
# Creates a PR with the new combined branch
120-
- uses: actions/github-script@v4.1
120+
- uses: actions/github-script@v5
121121
name: Create Combined Pull Request
122122
env:
123123
PRS_STRING: ${{ steps.fetch-branch-names.outputs.prs-string }}

0 commit comments

Comments
 (0)