Skip to content

Bump actions/checkout from 2.7.0 to 5.0.0 #61

Bump actions/checkout from 2.7.0 to 5.0.0

Bump actions/checkout from 2.7.0 to 5.0.0 #61

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.version }}
strategy:
matrix:
version: ['2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Ruby ${{ matrix.version }}
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
with:
ruby-version: ${{ matrix.version }}
bundler-cache: true
- name: Install dependencies
run: bundle
- name: Run Tests
run: bundle exec rake