Skip to content

Commit 8c08438

Browse files
committed
formatting. gh actions version bump
1 parent 8b81712 commit 8c08438

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
deploy-docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
13-
- uses: cachix/install-nix-action@v25
13+
- uses: cachix/install-nix-action@v31
1414
with:
1515
nix_path: nixpkgs=channel:nixos-unstable
1616
- run: nix-shell --run "mkdocs gh-deploy --force"

.github/workflows/flake-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
NIXPKGS_ALLOW_UNFREE: 1
1515

1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: cachix/install-nix-action@v25
17+
- uses: actions/checkout@v5
18+
- uses: cachix/install-nix-action@v31
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable
2121
- run: nix flake check --impure

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
nixfmt-rfc-style = {
116116
enable = true;
117117
package = pkgs.nixfmt-tree;
118-
entry = "${pkgs.nixfmt-tree}/bin/treefmt";
118+
entry = "${pkgs.nixfmt-tree}/bin/treefmt --no-cache";
119119
};
120120
};
121121
};

0 commit comments

Comments
 (0)