diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index 9cdc3508284b9..443782889167f 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -18,7 +18,7 @@ jobs : ref : ${{ github.head_ref }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index b08b0a1027c3b..a96b56673cf1c 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.0 with: python-version: '3.8' architecture: 'x64'