From 599c36aa5286e8582494a8a8f429d4fa62fa040e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 11 May 2023 15:06:59 -0700 Subject: [PATCH] meta: bump actions/setup-python from 4.5.0 to 4.6.0 Sync with other files updated in dca352a9b6acb. --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index d2b417e234be01..ee596784db20f3 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -271,7 +271,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ env.PYTHON_VERSION }} if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id) - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 + uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0 with: python-version: ${{ env.PYTHON_VERSION }} - run: ${{ matrix.run }}