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 6161 uses : actions/checkout@v5
6262
6363 - name : Install Python
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : ${{ env.PYTHON_VERSION }}
6767
8686 uses : actions/checkout@v5
8787
8888 - name : Install Python
89- uses : actions/setup-python@v5
89+ uses : actions/setup-python@v6
9090 with :
9191 python-version : ${{ env.PYTHON_VERSION }}
9292
Original file line number Diff line number Diff line change 7575 uses : actions/checkout@v5
7676
7777 - name : Install Python
78- uses : actions/setup-python@v5
78+ uses : actions/setup-python@v6
7979 with :
8080 python-version : ${{ env.PYTHON_VERSION }}
8181
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Install Python
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version : ${{ env.PYTHON_VERSION }}
109109
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v5
132132
133133 - name : Install Python
134- uses : actions/setup-python@v5
134+ uses : actions/setup-python@v6
135135 with :
136136 python-version : ${{ env.PYTHON_VERSION }}
137137
Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v5
5454
5555 - name : Install Python
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ env.PYTHON_VERSION }}
5959
Original file line number Diff line number Diff line change 7777 uses : actions/checkout@v5
7878
7979 - name : Install Python
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : ${{ env.PYTHON_VERSION }}
8383
You can’t perform that action at this time.
0 commit comments