Skip to content

Bump actions/checkout from 5 to 6 #110

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #110

Workflow file for this run

on: push
name: cibuild
permissions:
contents: read
jobs:
build:
name: Test
strategy:
matrix:
ruby: [2.6, 2.7]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild