Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jun 12, 2024
1 parent bf51a1d commit 17dd440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Check format
run: nix-shell --run "nixpkgs-fmt --check ."

Expand All @@ -21,7 +21,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Check format
run: nix-shell --run "black --check ."

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Check format
run: nix-shell --run "git ls-files | grep -P '\.py$' | xargs mypy --strict"

Expand All @@ -41,7 +41,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Run build
run: nix-build --no-out-link .
- name: Create artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Run build
run: nix-build .github/pages.nix
- name: Deploy
Expand Down

0 comments on commit 17dd440

Please sign in to comment.