Skip to content

Commit cb1bc4b

Browse files
authored
Merge pull request #1292 from netbox-community/renovate/github-super-linter-7.x
Update github/super-linter action to v7
2 parents 3f5f4ff + a75db6a commit cb1bc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.9'
29+
python-version: "3.9"
3030
- name: Lint Code Base
31-
uses: github/super-linter@v6
31+
uses: github/super-linter@v7
3232
env:
3333
DEFAULT_BRANCH: develop
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)