Compare commits

..

1 commit

Author SHA1 Message Date
Matt Gaynor 247fb8c709
Merge 1815408e73 into 9de4e23f9c 2025-11-17 14:11:57 +03:00
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ jobs:
packages: read
statuses: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
@ -74,7 +74,7 @@ jobs:
steps:
- id: git-checkout
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- id: buildx-setup
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View file

@ -32,7 +32,7 @@ jobs:
steps:
- id: source-checkout
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
ref: ${{ matrix.build.branch }}
- id: set-netbox-docker-version

View file

@ -4,4 +4,4 @@ granian[uvloop]==2.6.0
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.46.0
sentry-sdk[django]==2.44.0