File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Cleanup
1616 run : |
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Set up Python 3.12
2424 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Checkout v2
2626 # Required to mount the Github Workspace to a volume
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Pull image and run tests
3030 uses : addnab/docker-run-action@v3
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Set up Python ${{matrix.python}}
3939 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments