File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.11'
1919
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.11'
1919
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
6060 uses : actions/checkout@v4
6161
6262 - name : Set up Python
63- uses : actions/setup-python@v4
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ' 3.11'
6666
8888 uses : actions/checkout@v4
8989
9090 - name : Set up Python
91- uses : actions/setup-python@v4
91+ uses : actions/setup-python@v6
9292 with :
9393 python-version : ' 3.11'
9494
@@ -115,7 +115,7 @@ jobs:
115115 uses : actions/checkout@v4
116116
117117 - name : Set up Python
118- uses : actions/setup-python@v4
118+ uses : actions/setup-python@v6
119119 with :
120120 python-version : ' 3.11'
121121
You can’t perform that action at this time.
0 commit comments