diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 44b6276ac58..96e7e8ded47 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -154,7 +154,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Install uv - uses: astral-sh/setup-uv@v5.2.1 + uses: astral-sh/setup-uv@v5.2.2 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/format-command.yml b/.github/workflows/format-command.yml index 3ca7d72d71f..b45cadbd057 100644 --- a/.github/workflows/format-command.yml +++ b/.github/workflows/format-command.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.client_payload.pull_request.head.ref }} # Setup Python environment - - uses: actions/setup-python@v5.3.0 + - uses: actions/setup-python@v5.4.0 with: python-version: '3.13' diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 9432143a8f0..ffb54043493 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: '3.13' diff --git a/.github/workflows/style_checks.yaml b/.github/workflows/style_checks.yaml index 43fa5acd6c7..8bd11e06a50 100644 --- a/.github/workflows/style_checks.yaml +++ b/.github/workflows/style_checks.yaml @@ -28,7 +28,7 @@ jobs: # Setup Python - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: '3.13' diff --git a/.github/workflows/type_checks.yml b/.github/workflows/type_checks.yml index dd5c49c5c31..571124375cc 100644 --- a/.github/workflows/type_checks.yml +++ b/.github/workflows/type_checks.yml @@ -37,7 +37,7 @@ jobs: # Setup Python - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: '3.13' diff --git a/doc/conf.py b/doc/conf.py index f3cb59228c2..58d4380020b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,7 @@ myst_enable_extensions = [ "attrs_inline", # Allow inline attributes after images "colon_fence", # Allow code fences using colons - "substitution", # Allow substituitions + "substitution", # Allow substitutions ] # These enable substitutions using {{ key }} in the Markdown files myst_substitutions = {