Browse Source

Merge pull request #178 from v2fly/dependabot/github_actions/github/super-linter-v3.10.0

Bump github/super-linter from v3.9.4 to v3.10.0
pull/2730/head
Kslr 4 years ago committed by GitHub
parent
commit
f9dbf2ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/linter.yml

2
.github/workflows/linter.yml

@ -28,7 +28,7 @@ jobs:
- name: Lint other files
if: ${{ always() }}
uses: github/super-linter@v3.9.4
uses: github/super-linter@v3.10.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false

Loading…
Cancel
Save