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
8989 uses : actions/checkout@v4
9090
9191 - name : Set up Python
92- uses : actions/setup-python@v4
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : 3.11
9595
@@ -116,7 +116,7 @@ jobs:
116116 uses : actions/checkout@v4
117117
118118 - name : Set up Python
119- uses : actions/setup-python@v4
119+ uses : actions/setup-python@v6
120120 with :
121121 python-version : 3.11
122122
You can’t perform that action at this time.
0 commit comments