Skip to content

Bump actions/checkout from 4 to 5 #82

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #82

Workflow file for this run

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