Skip to content

Commit 1498829

Browse files
Bump actions/github-script from 3 to 4.0.2
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v4.0.2) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adae983 commit 1498829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/combine-prs.yml

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

3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
33-
- uses: actions/github-script@v3
33+
- uses: actions/github-script@v4.0.2
3434
id: fetch-branch-names
3535
name: Fetch branch names
3636
with:
@@ -121,7 +121,7 @@ jobs:
121121
git pull origin $sourcebranches --no-edit
122122
git push origin $COMBINE_BRANCH_NAME
123123
# Creates a PR with the new combined branch
124-
- uses: actions/github-script@v3
124+
- uses: actions/github-script@v4.0.2
125125
name: Create Combined Pull Request
126126
with:
127127
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)