Update github-script action to latest version everywhere (#4429)

This commit is contained in:
Joris Pelgröm 2024-06-02 14:38:15 +02:00 committed by GitHub
parent 9935ad45e4
commit 5fb4f20e35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ runs:
using: 'composite'
steps:
- name: Get Previous Release Tag
uses: actions/github-script@v6
uses: actions/github-script@v7
id: latest-release-tag
with:
github-token: ${{ inputs.gh-token }}
@ -23,7 +23,7 @@ runs:
})
return data.tag_name
- name: Get Generated Release Notes
uses: actions/github-script@v6
uses: actions/github-script@v7
id: generate-notes
with:
github-token: ${{ inputs.gh-token }}