Skip to content

build(deps): bump the github-actions group across 1 directory with 2 updates #88

build(deps): bump the github-actions group across 1 directory with 2 updates

build(deps): bump the github-actions group across 1 directory with 2 updates #88

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
permissions:
contents: read
strategy:
matrix:
ruby:
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake