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