Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 #951

Bump actions/checkout from 6.0.2 to 6.0.3

Bump actions/checkout from 6.0.2 to 6.0.3 #951

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '4 0 * * SUN'
permissions: {}
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
# specify that we want the v1 branch.
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
with:
ruby-version: 3.4
- run: bundle install
env:
BUNDLE_FROZEN: true
- run: bundle exec rake -t rubocop