File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 name : Lint Commit Messages
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - uses : wagoid/commitlint-github-action@v6.2.1
4343 POSTGRES_PASSWORD : postgres
4444 POSTGRES_DB : migrate_sql_test_db
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ matrix.python-version }}
7575 contents : write
7676
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 with :
8080 fetch-depth : 0
8181 ref : ${{ github.sha }}
Original file line number Diff line number Diff line change 1111 labels :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Set up Python
1616 uses : actions/setup-python@v6
1717 with :
You can’t perform that action at this time.
0 commit comments