Skip to content

Commit

Permalink
Merge pull request #1292 from netbox-community/renovate/github-super-…
Browse files Browse the repository at this point in the history
…linter-7.x

Update github/super-linter action to v7
  • Loading branch information
tobiasge authored Sep 1, 2024
2 parents 3f5f4ff + a75db6a commit cb1bc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: "3.9"
- name: Lint Code Base
uses: github/super-linter@v6
uses: github/super-linter@v7
env:
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cb1bc4b

Please sign in to comment.