diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index b33455fee7ae6..6041dd7dfc56c 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index 9851ca873267c..853bb25d54e9e 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Set up Python 3.8 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: '3.8' architecture: 'x64'