Skip to content

Bump lazy_static from 1.4.0 to 1.5.0 #678

Bump lazy_static from 1.4.0 to 1.5.0

Bump lazy_static from 1.4.0 to 1.5.0 #678

---
name: Dependabot auto-merge and approve
"on":
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
alert-lookup: true
compat-lookup: true
- uses: actions/checkout@v4