Skip to content

Bump actions/checkout from 3.3.0 to 3.6.0 #70

Bump actions/checkout from 3.3.0 to 3.6.0

Bump actions/checkout from 3.3.0 to 3.6.0 #70

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build and publish gem
continue-on-error: true
uses: jstastny/publish-gem-to-github@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: digivizer