Skip to content

Commit

Permalink
Merge pull request #207 from loophp/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v7
  • Loading branch information
loophp-bot authored Nov 13, 2023
2 parents 9fd1ff9 + 76e9dc9 commit 796d6ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: "Request review from @loophp-bot"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.BOT_TOKEN }}"
script: |
Expand All @@ -38,7 +38,7 @@ jobs:
})
- name: "Assign @loophp-bot"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.BOT_TOKEN }}"
script: |
Expand All @@ -57,7 +57,7 @@ jobs:
})
- name: "Approve pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.BOT_TOKEN }}"
script: |
Expand All @@ -72,7 +72,7 @@ jobs:
})
- name: "Merge pull request"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.BOT_TOKEN }}"
script: |
Expand Down

0 comments on commit 796d6ea

Please sign in to comment.