Skip to content

Bump the github-actions group with 4 updates #505

Bump the github-actions group with 4 updates

Bump the github-actions group with 4 updates #505

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@v5
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build