Merge pull request #27 from bartvdbraak/renovate/actions-github-script-7.x

chore(deps): update actions/github-script action to v7
This commit is contained in:
Bart van der Braak 2023-11-14 03:56:24 +01:00 committed by GitHub
commit f2649b6a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ jobs:
name: Publish brew formula
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
name: Dispatch Homebrew release
with:
github-token: ${{ secrets.PAT_TOKEN }}