chore(deps): update actions/github-script action to v7

This commit is contained in:
renovate[bot] 2024-05-06 01:19:27 +00:00 committed by GitHub
parent d0c4641038
commit 8e9baa0c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');