Skip to content

Bump minitest from 5.24.1 to 5.25.1 #311

Bump minitest from 5.24.1 to 5.25.1

Bump minitest from 5.24.1 to 5.25.1 #311

Workflow file for this run

name: Gem Compare
on:
pull_request_target:
types:
- opened
- reopened
permissions:
contents: read
pull-requests: write
jobs:
compare:
if: github.actor == 'dependabot[bot]' && startsWith(github.head_ref, 'dependabot/bundler/')
runs-on: ubuntu-latest
steps:
- uses: dentarg/gem-compare@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}