Skip to content

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

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

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

Workflow file for this run

# SPDX-FileCopyrightText: 2025 David Rabkin
# SPDX-License-Identifier: 0BSD
---
name: rake
'on': [pull_request, push]
jobs:
rake:
strategy:
fail-fast: false
matrix:
os:
- macos-14
- macos-15
- macos-15-intel
- ubuntu-22.04
- ubuntu-24.04
- windows-2022
- windows-2025
ruby:
- 3.2
- 3.3
- 3.4
name: Rake on ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake