Skip to content

Commit 461c23f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/github-script-4.0.2' into combined-pr-branch
2 parents be8361c + 1498829 commit 461c23f

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)