diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index b33455fee7ae6..e66a040864943 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@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index 9851ca873267c..399f1afe96025 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@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: '3.8' architecture: 'x64'