Skip to content

[bot] Bump ruby/setup-ruby from 1.301.0 to 1.310.0 #36

[bot] Bump ruby/setup-ruby from 1.301.0 to 1.310.0

[bot] Bump ruby/setup-ruby from 1.301.0 to 1.310.0 #36

Workflow file for this run

on: [push]
name: Test
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
with:
ruby-version: '3.4'
bundler-cache: true
- name: Run Rspec
run: |
bundle exec rspec