File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
4343 - uses : actions/checkout@v4
4444
4545 - name : Set up Python
46- uses : actions/setup-python@v4
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : " 3.11"
4949
6262 - uses : actions/checkout@v4
6363
6464 - name : Set up Python
65- uses : actions/setup-python@v4
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : " 3.11"
6868
@@ -113,7 +113,7 @@ jobs:
113113 - uses : actions/checkout@v4
114114
115115 - name : Set up Python
116- uses : actions/setup-python@v4
116+ uses : actions/setup-python@v6
117117 with :
118118 python-version : " 3.11"
119119
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.11"
3030
4444 - uses : actions/checkout@v4
4545
4646 - name : Set up Python
47- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.11"
5050
6464 - uses : actions/checkout@v4
6565
6666 - name : Set up Python
67- uses : actions/setup-python@v4
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : " 3.11"
7070
8686 - uses : actions/checkout@v4
8787
8888 - name : Set up Python
89- uses : actions/setup-python@v4
89+ uses : actions/setup-python@v6
9090 with :
9191 python-version : " 3.11"
9292
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.11"
1818
You can’t perform that action at this time.
0 commit comments