From 02cdb04f700838782442d0951cfa9fa699cb88ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:10:27 +0000 Subject: [PATCH] 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-approve_dependabot.yml | 2 +- .github/workflows/validate_auto-approve_dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve_dependabot.yml b/.github/workflows/auto-approve_dependabot.yml index 00ea9c6..c0a9c25 100644 --- a/.github/workflows/auto-approve_dependabot.yml +++ b/.github/workflows/auto-approve_dependabot.yml @@ -18,7 +18,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: auto-approve - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # The default token is enough to comment, but Dependabot will only comply if you impersonate a user with write access. github-token: ${{secrets.AUTO_APPROVE_DEPENDABOT_TOKEN}} diff --git a/.github/workflows/validate_auto-approve_dependabot.yml b/.github/workflows/validate_auto-approve_dependabot.yml index 9e6bebd..2820107 100644 --- a/.github/workflows/validate_auto-approve_dependabot.yml +++ b/.github/workflows/validate_auto-approve_dependabot.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Validate API - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # The default token is enough to comment, but Dependabot will only comply if you impersonate a user with write access. github-token: ${{secrets.GITHUB_TOKEN}}