Skip to content

Commit c05c0a2

Browse files
Trotttargos
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 <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 3727964 commit c05c0a2

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
@@ -271,7 +271,7 @@ jobs:
271271
persist-credentials: false
272272
- name: Set up Python ${{ env.PYTHON_VERSION }}
273273
if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
274-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
274+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
275275
with:
276276
python-version: ${{ env.PYTHON_VERSION }}
277277
- run: ${{ matrix.run }}

0 commit comments

Comments
 (0)