Skip to content

Bump the github-actions group across 1 directory with 6 updates #504

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

Bump the github-actions group across 1 directory with 6 updates #504

Workflow file for this run

name: integration
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
integration:
name: integration
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.2.2', '3.2.3', '3.3.0', '3.3.1', '3.4.0', '3.4.2', '3.4.3', '3.4.4' ]
steps:
- name: checkout
uses: actions/checkout@v6.0.2
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: integration
run: script/integration