We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081a6ff commit dab3186Copy full SHA for dab3186
.github/workflows/tools.yml
@@ -273,7 +273,7 @@ jobs:
273
persist-credentials: false
274
- name: Set up Python ${{ env.PYTHON_VERSION }}
275
if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
276
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
+ uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
277
with:
278
python-version: ${{ env.PYTHON_VERSION }}
279
- run: ${{ matrix.run }}
0 commit comments