Skip to content

Bump the minor-and-patch group in /gem with 2 updates #1914

Bump the minor-and-patch group in /gem with 2 updates

Bump the minor-and-patch group in /gem with 2 updates #1914

Workflow file for this run

name: CI
on: [push, pull_request]
env:
GIT_DEFAULT_BRANCH: ${{github.event.repository.default_branch}}
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
with:
bundler-cache: true
- name: Check RBIs and index
run: |
git fetch origin "$GIT_DEFAULT_BRANCH"
bundle exec repo check --gem --ref "origin/$GIT_DEFAULT_BRANCH"