Skip to content

Bump dotenv-rails from 3.1.6 to 3.1.7 #382

Bump dotenv-rails from 3.1.6 to 3.1.7

Bump dotenv-rails from 3.1.6 to 3.1.7 #382

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