File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616
1717 - name : Ensure wrapper executable
1818 run : |
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818
1919 - name : Check for Codacy token
2020 env :
Original file line number Diff line number Diff line change 1414 python-version : [3.11]
1515
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 99 matrix :
1010 python-version : ["3.8", "3.9", "3.10"]
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Set up Python ${{ matrix.python-version }}
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 1313 python : [3.10, 3.11]
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
5353 if : always()
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v7
5757
5858 - name : Set up Python
5959 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020 python-version : ['3.11', '3.12', '3.13']
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - name : Set up Python ${{ matrix.python-version }}
2626 uses : actions/setup-python@v6
6666 runs-on : ubuntu-latest
6767 needs : test
6868 steps :
69- - uses : actions/checkout@v6
69+ - uses : actions/checkout@v7
7070
7171 - name : Set up Python
7272 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments