diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 85bbb8a2..d1e128e0 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -30,7 +30,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: fetch-branch-names name: Fetch branch names with: @@ -121,7 +121,7 @@ jobs: git pull origin $sourcebranches --no-edit git push origin $COMBINE_BRANCH_NAME # Creates a PR with the new combined branch - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 name: Create Combined Pull Request with: github-token: ${{secrets.GITHUB_TOKEN}}