From 6767f90fc125cbbba7c66f245e31dedda38f35f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 03:35:21 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 1 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v1...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-bot.yml b/.github/workflows/assign-bot.yml index cf672744..e771bcdd 100644 --- a/.github/workflows/assign-bot.yml +++ b/.github/workflows/assign-bot.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment analyzer - uses: actions/github-script@v1 + uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |