Bump actions/github-script from 6 to 7 (#7607)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-22 19:55:15 +01:00
committed by GitHub
parent 98f29363f1
commit 517f57d7fa

View File

@@ -16,7 +16,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run auto changelog - name: Run auto changelog
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
const { processAutoChangelog } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoChangelog.js') const { processAutoChangelog } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoChangelog.js')