We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a85b33 commit 57c3e00Copy full SHA for 57c3e00
.github/workflows/prettier.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Install the Nix package manager
19
- uses: cachix/install-nix-action@v29
+ uses: cachix/install-nix-action@v30
20
21
- name: Checks
22
run: nix run nixpkgs#nodePackages.prettier -- --check .
0 commit comments