Skip to content

Bump redcarpet from 3.5.1 to 3.6.0 #127

Bump redcarpet from 3.5.1 to 3.6.0

Bump redcarpet from 3.5.1 to 3.6.0 #127

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 }}