Skip to content

Bump actions/checkout from 6.0.1 to 6.0.2 #64

Bump actions/checkout from 6.0.1 to 6.0.2

Bump actions/checkout from 6.0.1 to 6.0.2 #64

name: branch-protection
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- ubuntu-24.04-arm
ruby:
- 3.2.8
- 3.3.8
- 3.4.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler --no-document
- run: bundle
- run: rake