diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b45ffcd2d80..117b64022c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1076,7 +1076,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ matrix.python-version }} check-latest: true