Skip to content

Commit

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

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
vHeemstra authored Dec 1, 2023
2 parents 57899ef + 1c4944c commit 1c6d48b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/combine_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# # In: - Out: JSON-encoded string
# - name: Run custom js
# uses: actions/github-script@v6
# uses: actions/github-script@v7
# id: vhw-test
# env:
# SOME_ENV: 'jaja'
Expand All @@ -84,7 +84,7 @@ jobs:
# echo $TEST2;

- name: Fetch branch names
uses: actions/github-script@v6
uses: actions/github-script@v7
id: fetch-branch-names
with:
# github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
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
env:
BASE_BRANCH: ${{ steps.fetch-branch-names.outputs.base-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:


- name: Analyze and label PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: label-pr
with:
# github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 1c6d48b

Please sign in to comment.