From dd59d984246d0d4015480076608edda74a3c18df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:36:25 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-db.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update-db.yml b/.github/workflows/auto-update-db.yml index 555004d..23231e3 100644 --- a/.github/workflows/auto-update-db.yml +++ b/.github/workflows/auto-update-db.yml @@ -105,7 +105,7 @@ jobs: echo "::endgroup::" - name: Update Issue Title - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: ISSUE_TITLE: ${{ steps.diff.outputs.issue_title }} with: @@ -119,7 +119,7 @@ jobs: }) - name: Update Labels for Exceptions - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_BOT_TOKEN }} script: |