diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index dd99db145603..a5bb2f6c0dfe 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -911,7 +911,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