diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44e0b2f04..3448fd654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -302,7 +302,7 @@ jobs: - name: Install Python 3.x if: fromJSON(matrix.config.container) == null - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11.x'