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@v5
7272
7373 - name : Install Python
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ env.PYTHON_VERSION }}
7777
@@ -102,7 +102,7 @@ jobs:
102102 uses : actions/checkout@v5
103103
104104 - name : Install Python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : ${{ env.PYTHON_VERSION }}
108108
Original file line number Diff line number Diff line change 9999 uses : actions/checkout@v5
100100
101101 - name : Install Python
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version : ${{ env.PYTHON_VERSION }}
105105
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 8989 go-version-file : go.mod
9090
9191 - name : Install Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ${{ env.PYTHON_VERSION }}
9595
You can’t perform that action at this time.
0 commit comments