Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 9ec7d84 commit 428e39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Squash and merge
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-and-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Squash and merge
if: |
contains(github.event.pull_request.body, 'Automerge**: Enabled')
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 428e39e

Please sign in to comment.