Skip to content

Commit

Permalink
chore(ci): update install-nix-action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Dec 12, 2023
1 parent abe50ad commit 72f8bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v24
- name: "Check EditorConfig"
# Python already has Ruff,
# and doesn't necessarily have a consistent 4 spaces indent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
files: |
**.py
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v24
- name: "Check Ruff lints"
if: steps.changed-files.outputs.any_changed == 'true'
run: nix run 'nixpkgs#ruff' -- check . --output-format=github ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 72f8bd6

Please sign in to comment.