Skip to content

Upgrade netbox to 4.5 #51

Upgrade netbox to 4.5

Upgrade netbox to 4.5 #51

Workflow file for this run

name: uv Lockfile Report
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Report
uses: mw-root/uv-lock-report@v0.7.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}