Skip to content

build(deps): bump actions/checkout from 5 to 6 (#199) #474

build(deps): bump actions/checkout from 5 to 6 (#199)

build(deps): bump actions/checkout from 5 to 6 (#199) #474

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.2'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake