File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 cache : ' pip'
4646 uses : actions/checkout@v4
4747
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 cache : ' pip'
8989 uses : actions/checkout@v4
9090
9191 - name : Set up Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ${{ env.PYTHON_VERSION }}
9595 cache : ' pip'
@@ -120,7 +120,7 @@ jobs:
120120 uses : actions/checkout@v4
121121
122122 - name : Set up Python
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 python-version : ${{ env.PYTHON_VERSION }}
126126 cache : ' pip'
@@ -149,7 +149,7 @@ jobs:
149149 uses : actions/checkout@v4
150150
151151 - name : Set up Python
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ${{ env.PYTHON_VERSION }}
155155 cache : ' pip'
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.11'
2929
You can’t perform that action at this time.
0 commit comments