File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Set up Python
3434 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Setup Python
1515 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : GitHub Action for Flake8
1212
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 1212 - " 3.12"
1313 - " 3.13"
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Python ${{ matrix.python-version }}
1717 uses : actions/setup-python@v6
1818 with :
You can’t perform that action at this time.
0 commit comments