From 656af4af709e2d569b3d5881de2b791b6f1d9195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 01:17:23 +0000 Subject: [PATCH] Bump Lightning-AI/probot from 1 to 5 Bumps [Lightning-AI/probot](https://github.com/Lightning-AI/probot) from 1 to 5. - [Release notes](https://github.com/Lightning-AI/probot/releases) - [Commits](https://github.com/Lightning-AI/probot/compare/v1...v5) --- updated-dependencies: - dependency-name: Lightning-AI/probot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/probot-auto-cc.yml | 2 +- .github/workflows/probot-check-group.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/probot-auto-cc.yml b/.github/workflows/probot-auto-cc.yml index 7ef962be111da..555acf8966f84 100644 --- a/.github/workflows/probot-auto-cc.yml +++ b/.github/workflows/probot-auto-cc.yml @@ -15,7 +15,7 @@ jobs: if: github.event_name == 'issue' || github.event.pull_request.draft == false timeout-minutes: 5 steps: - - uses: Lightning-AI/probot@v1 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index c9b0efdd9b2d8..1aafee679da07 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.draft == false timeout-minutes: 61 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v5.3 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: