chore(deps): update actions/github-script action to v7
This commit is contained in:
parent
d0c4641038
commit
8e9baa0c74
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
version: ${{ steps.semvers.outputs.patch }}
|
||||
- name: Update CHANGELOG.md
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const script = require('.github/scripts/update-changelog.js');
|
||||
|
|
|
|||
Loading…
Reference in a new issue