Skip to content

Bump the dev-ruby-dependencies group across 1 directory with 4 updates #517

Bump the dev-ruby-dependencies group across 1 directory with 4 updates

Bump the dev-ruby-dependencies group across 1 directory with 4 updates #517

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v6
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build