Skip to content

Commit

Permalink
Merge pull request #304 from UW-GAC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
amstilp authored Nov 14, 2023
2 parents 62f3291 + f42681c commit 70e1ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 70e1ea2

Please sign in to comment.