diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c0d4552b931c..5c03d5d5d762 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 with: python-version: '3.8' # Test that building the site is successful