Skip to content

Bump actions/checkout from 5 to 6 #114

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #114

Workflow file for this run

name: Serverspec
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run test
run: bundle exec rake