Skip to content

Bump the github-actions group across 1 directory with 4 updates #460

Bump the github-actions group across 1 directory with 4 updates

Bump the github-actions group across 1 directory with 4 updates #460

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@829114fc20da43a41d27359103ec7a63020954d4 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build