diff --git a/.github/workflows/ci-docs-tests.yml b/.github/workflows/ci-docs-tests.yml index 0fb6af979e30..38593d57efbf 100644 --- a/.github/workflows/ci-docs-tests.yml +++ b/.github/workflows/ci-docs-tests.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b88f46368c61..3beafe175441 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -196,7 +196,7 @@ jobs: echo "::set-output name=dataset_commit::$DATASET_COMMIT" - name: Set up Python 3.8 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' with: python-version: 3.8 diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 617ebebf5750..51e1255381ed 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -281,7 +281,7 @@ jobs: echo "::set-output name=dataset_commit::$DATASET_COMMIT" - name: Set up Python 3.8 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' with: python-version: 3.8 @@ -501,7 +501,7 @@ jobs: echo "::set-output name=dataset_commit::$DATASET_COMMIT" - name: Set up Python 3.8 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' with: python-version: 3.8 diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 75b4c45f7f38..d8af48b7b0c3 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -104,7 +104,7 @@ jobs: - name: Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍 if: needs.changes.outputs.backend == 'true' - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} @@ -218,7 +218,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} 🐍 if: needs.changes.outputs.backend == 'true' - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ matrix.python-version }} @@ -384,7 +384,7 @@ jobs: - name: Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍 if: needs.changes.outputs.backend == 'true' - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} @@ -719,7 +719,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3.7 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: 3.7 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a06d6950f891..b6532c61696c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3.7 🐍 - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: 3.7 diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index a31f50af5564..acfb867c5111 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -57,7 +57,7 @@ jobs: - name: Set up Python 3.7 🐍 if: needs.changes.outputs.backend == 'true' - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # v2.2.2 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: 3.7