Skip to content

Commit dab3186

Browse files
TrottMoLow
authored andcommittedJul 6, 2023
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 081a6ff commit dab3186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tools.yml

+1-1
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)
Please sign in to comment.