File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 # Full git history is needed to get a proper list of changed files
1919 # within `mega-linter`
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 # Full git history is needed to get a proper list of changed files
4545 # within `mega-linter`
Original file line number Diff line number Diff line change 1010 pre-commit :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 - uses : pre-commit/action@v3.0.1
You can’t perform that action at this time.
0 commit comments