File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.10"
1717
3838 steps :
3939 - uses : actions/checkout@v5
4040
41- - uses : actions/setup-python@v5
41+ - uses : actions/setup-python@v6
4242 with :
4343 python-version : " 3.10"
4444
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.11
3131 cache : pip
5959 - uses : actions/checkout@v5
6060
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565
8686 steps :
8787 - uses : actions/checkout@v5
8888
89- - uses : actions/setup-python@v5
89+ - uses : actions/setup-python@v6
9090 with :
9191 python-version : " 3.10"
9292
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 cache : ' pip'
You can’t perform that action at this time.
0 commit comments