Skip to content

Bump actions/checkout from 2.7.0 to 6.0.2 #73

Bump actions/checkout from 2.7.0 to 6.0.2

Bump actions/checkout from 2.7.0 to 6.0.2 #73

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby tests
run: bundle exec rspec