Skip to content

Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory #470

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

Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory #470

Workflow file for this run

name: acceptance
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
acceptance:
name: acceptance
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
run: script/acceptance