Skip to content

Commit

Permalink
Bump Lightning-AI/probot from 1 to 5
Browse files Browse the repository at this point in the history
Bumps [Lightning-AI/probot](https://github.com/Lightning-AI/probot) from 1 to 5.
- [Release notes](https://github.com/Lightning-AI/probot/releases)
- [Commits](Lightning-AI/probot@v1...v5)

---
updated-dependencies:
- dependency-name: Lightning-AI/probot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 28, 2023
1 parent cafdc6d commit 5a8d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/probot-auto-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/probot-check-group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a8d1a1

Please sign in to comment.