Skip to content

Commit ab8ec15

Browse files
Bump actions/github-script from 8 to 9 (#36)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30130f4 commit ab8ec15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
token: ${{ secrets.GITHUB_TOKEN }}
124124

125125
- name: 更新 Release 说明
126-
uses: actions/github-script@v8
126+
uses: actions/github-script@v9
127127
with:
128128
script: |
129129
const release = await github.rest.repos.getReleaseByTag({

0 commit comments

Comments
 (0)