diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c0d4552b931c..245d4d4c5d45 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -833,7 +833,7 @@ jobs: sudo apt --assume-yes install git # Install Python 3.8 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4.1.0 with: python-version: '3.8' # Test that building the site is successful