From da8b8ff80bd73c7bd8f0d76402f6149685565dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:42:12 +0800 Subject: [PATCH] build(deps): bump actions/github-script (#612) Bumps the actions-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 4 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f6b3ab..dbb19cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,7 +348,7 @@ jobs: - name: Delete old latest nightly release if: startsWith(github.ref, 'refs/heads/master') - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |