diff --git a/.github/workflows/e2e-flaky-tests-detection.yaml b/.github/workflows/e2e-flaky-tests-detection.yaml index f2931e6f79..b756100957 100644 --- a/.github/workflows/e2e-flaky-tests-detection.yaml +++ b/.github/workflows/e2e-flaky-tests-detection.yaml @@ -169,7 +169,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} - name: Retrieve Cached Dependencies