|
26 | 26 | |
27 | 27 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
28 | 28 | id: python |
29 | | - uses: actions/setup-python@v4.2.0 |
| 29 | + uses: actions/setup-python@v4.3.0 |
30 | 30 | with: |
31 | 31 | python-version: ${{ env.DEFAULT_PYTHON }} |
32 | 32 | - name: Generate partial Python venv restore key |
|
78 | 78 | |
79 | 79 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
80 | 80 | id: python |
81 | | - uses: actions/setup-python@v4.2.0 |
| 81 | + uses: actions/setup-python@v4.3.0 |
82 | 82 | with: |
83 | 83 | python-version: ${{ env.DEFAULT_PYTHON }} |
84 | 84 | - name: Restore Python virtual environment |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | |
119 | 119 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
120 | 120 | id: python |
121 | | - uses: actions/setup-python@v4.2.0 |
| 121 | + uses: actions/setup-python@v4.3.0 |
122 | 122 | with: |
123 | 123 | python-version: ${{ env.DEFAULT_PYTHON }} |
124 | 124 | - name: Restore Python virtual environment |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 | |
148 | 148 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
149 | 149 | id: python |
150 | | - uses: actions/setup-python@v4.2.0 |
| 150 | + uses: actions/setup-python@v4.3.0 |
151 | 151 | with: |
152 | 152 | python-version: ${{ env.DEFAULT_PYTHON }} |
153 | 153 | - name: Restore Python virtual environment |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | |
182 | 182 | - name: Set up Python ${{ matrix.python-version }} |
183 | 183 | id: python |
184 | | - uses: actions/setup-python@v4.2.0 |
| 184 | + uses: actions/setup-python@v4.3.0 |
185 | 185 | with: |
186 | 186 | python-version: ${{ matrix.python-version }} |
187 | 187 | - name: Generate partial Python venv restore key |
|
0 commit comments