File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 uses : actions/checkout@v4
7272
7373 - name : Install Python
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : ${{ env.PYTHON_VERSION }}
7777
@@ -102,7 +102,7 @@ jobs:
102102 uses : actions/checkout@v4
103103
104104 - name : Install Python
105- uses : actions/setup-python@v4
105+ uses : actions/setup-python@v5
106106 with :
107107 python-version : ${{ env.PYTHON_VERSION }}
108108
Original file line number Diff line number Diff line change 9999 uses : actions/checkout@v4
100100
101101 - name : Install Python
102- uses : actions/setup-python@v4
102+ uses : actions/setup-python@v5
103103 with :
104104 python-version : ${{ env.PYTHON_VERSION }}
105105
Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v4
5454
5555 - name : Install Python
56- uses : actions/setup-python@v4
56+ uses : actions/setup-python@v5
5757 with :
5858 python-version : ${{ env.PYTHON_VERSION }}
5959
Original file line number Diff line number Diff line change 6767 uses : actions/checkout@v4
6868
6969 - name : Install Python
70- uses : actions/setup-python@v4
70+ uses : actions/setup-python@v5
7171 with :
7272 python-version : ${{ env.PYTHON_VERSION }}
7373
You can’t perform that action at this time.
0 commit comments