diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 41f8c35..9e664bf 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -20,7 +20,7 @@ jobs: combine-prs: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v3 + - uses: actions/github-script@v6 id: fetch-branch-names name: Fetch branch names env: @@ -126,7 +126,7 @@ jobs: git pull origin $sourceBranches --no-edit git push origin $COMBINE_BRANCH_NAME - - uses: actions/github-script@v3 + - uses: actions/github-script@v6 name: Create Combined Pull Request env: PULLS: ${{ steps.fetch-branch-names.outputs.pulls }}