From 92a92fe485fd3c73465790dee8085d4388b4985a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 05:16:28 +0000 Subject: [PATCH] Bump actions/github-script from v2 to v3 Bumps [actions/github-script](https://github.com/actions/github-script) from v2 to v3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v2...626af12fe9a53dc2972b48385e7fe7dec79145c9) Signed-off-by: dependabot[bot] --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index aca5466..b7789ee 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.base_ref == 'master' && github.actor == 'dependabot[bot]' steps: - - uses: actions/github-script@v2 + - uses: actions/github-script@v3 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |