diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index a1b96c89ce71..839e0efb390d 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -25,7 +25,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Python (3.10) - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 + uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa with: python-version: "3.10" diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index 21f0bc622b11..3142b3fe8279 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 + uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa with: python-version: '3.8' architecture: 'x64'