Skip to content

Bump sequel from 5.82.0 to 5.83.0 #304

Bump sequel from 5.82.0 to 5.83.0

Bump sequel from 5.82.0 to 5.83.0 #304

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 }}