Skip to content

Commit

Permalink
Bump github/super-linter from 5 to 7
Browse files Browse the repository at this point in the history
Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 7.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@v5...v7)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 960b0a7 commit 1b93b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint ${{env.SITE_FOLDER_PATH}} Content
uses: github/super-linter@v5
uses: github/super-linter@v7
env:
FILTER_REGEX_INCLUDE: ${{env.SITE_FOLDER_PATH}}/content/**
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -86,7 +86,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint ${{env.THEME_NAME}} Theme Archetypes Folder
uses: github/super-linter@v5
uses: github/super-linter@v7
env:
FILTER_REGEX_INCLUDE: archetypes/**
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1b93b73

Please sign in to comment.