Skip to content

Bump astral-sh/setup-uv from 6.4.3 to 6.5.0 #590

Bump astral-sh/setup-uv from 6.4.3 to 6.5.0

Bump astral-sh/setup-uv from 6.4.3 to 6.5.0 #590

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@v5
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@2a7b30092b0caf9c046252510f9273b4875f3db9 # 1.254.0
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop