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:
|
with:
|
||||||
version: ${{ steps.semvers.outputs.patch }}
|
version: ${{ steps.semvers.outputs.patch }}
|
||||||
- name: Update CHANGELOG.md
|
- name: Update CHANGELOG.md
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const script = require('.github/scripts/update-changelog.js');
|
const script = require('.github/scripts/update-changelog.js');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue