We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdffe2 commit d6ead72Copy full SHA for d6ead72
.github/workflows/mega-linter.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
# Git Checkout
33
- name: Checkout Code
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
with:
36
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
37
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
0 commit comments