Skip to content

Bump rubocop from 1.66.0 to 1.66.1 in the bundler-deps group #294

Bump rubocop from 1.66.0 to 1.66.1 in the bundler-deps group

Bump rubocop from 1.66.0 to 1.66.1 in the bundler-deps group #294

Workflow file for this run

---
name: Audit
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * TUE"
jobs:
ruby:
name: Audit Ruby Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Ruby toolchain
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
- name: bundler-audit
run: bundle exec bundle-audit check --update