Skip to content

Bump sorbet-static-and-runtime from 0.5.11346 to 0.5.11473 #524

Bump sorbet-static-and-runtime from 0.5.11346 to 0.5.11473

Bump sorbet-static-and-runtime from 0.5.11346 to 0.5.11473 #524

Workflow file for this run

name: Regenerate RBIs
permissions:
contents: write
pull-requests: write
issues: write
repository-projects: write
on:
pull_request:
branches: [ master ]
jobs:
rbi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run : bundle exec tapioca gems
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update RBIs [dependabot skip]
file_pattern: './sorbet'