diff --git a/.github/workflows/dev_envs.yml b/.github/workflows/dev_envs.yml index 1d4b8afd25..24ef7112e8 100644 --- a/.github/workflows/dev_envs.yml +++ b/.github/workflows/dev_envs.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Run the Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@v8 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 076dafd5e3..1199650972 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff-format - id: ruff