Skip to content

Commit dab3186

Browse files
TrottMoLow
authored andcommitted
meta: bump actions/setup-python from 4.5.0 to 4.6.0
Sync with other files updated in dca352a. PR-URL: #47968 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 081a6ff commit dab3186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
persist-credentials: false
274274
- name: Set up Python ${{ env.PYTHON_VERSION }}
275275
if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
276-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
276+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
277277
with:
278278
python-version: ${{ env.PYTHON_VERSION }}
279279
- run: ${{ matrix.run }}

0 commit comments

Comments
 (0)