File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020 # Git Checkout
2121 - name : Checkout Code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 sparse-checkout : |
Original file line number Diff line number Diff line change 2828
2929 # Git Checkout
3030 - name : Checkout Code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 sparse-checkout : |
4141 - name : MegaLinter Run
4242 id : ml
4343 # # latest release of major version
44- uses : oxsecurity/megalinter/flavors/documentation@v8
44+ uses : oxsecurity/megalinter/flavors/documentation@v9
4545 env :
4646 # ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4747 MEGALINTER_CONFIG : .github/config/megalinter.yaml
Original file line number Diff line number Diff line change 3131 - run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3232
3333 - name : Checkout Code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 sparse-checkout : |
4141 - run : echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner."
4242
4343 - name : Setup Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : 3.x
4747
Original file line number Diff line number Diff line change 3232 - run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3333
3434 - name : Checkout Code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 sparse-checkout : |
You can’t perform that action at this time.
0 commit comments