mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
chore(deps): update actions/github-script action to v7
This commit is contained in:
parent
00de6f1e4f
commit
c8a4d02e48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -194,7 +194,7 @@ jobs:
|
||||||
name: Publish brew formula
|
name: Publish brew formula
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v7
|
||||||
name: Dispatch Homebrew release
|
name: Dispatch Homebrew release
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PAT_TOKEN }}
|
github-token: ${{ secrets.PAT_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue