Skip to content

Bump the github-actions group across 1 directory with 2 updates #449

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

Bump the github-actions group across 1 directory with 2 updates #449

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@v4
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
run: script/acceptance