Skip to content

Bump delayed_job_active_record from 4.1.8 to 4.1.10 #52

Bump delayed_job_active_record from 4.1.8 to 4.1.10

Bump delayed_job_active_record from 4.1.8 to 4.1.10 #52

Workflow file for this run

---
name: Bundler Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Bundler Audit"
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}