Skip to content

Bump rack from 3.2.2 to 3.2.3 in the bundler group across 1 directory #486

Bump rack from 3.2.2 to 3.2.3 in the bundler group across 1 directory

Bump rack from 3.2.2 to 3.2.3 in the bundler group across 1 directory #486

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