Merge pull request #988 from netbox-community/renovate/github-super-linter-5.x

Update github/super-linter action to v5
This commit is contained in:
Tobias Genannt
2023-04-15 01:21:43 +02:00
committed by GitHub

View File

@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.9'
- name: Lint Code Base
uses: github/super-linter@v4
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}