diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55e6d08c..19598c46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,8 @@ jobs: enable-cache: true - name: Install just uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 + with: + just-version: "1.43.1" - name: Install graphviz run: | sudo apt-get update @@ -63,6 +65,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install just uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 + with: + just-version: "1.43.1" - if: matrix.os == 'ubuntu-latest' run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e551ec2e..db65f622 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: python-no-log-warn - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff-format - id: ruff-check