Skip to content

Bump yard from 0.9.33 to 0.9.34 #172

Bump yard from 0.9.33 to 0.9.34

Bump yard from 0.9.33 to 0.9.34 #172

Workflow file for this run

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