Skip to content

Commit 78f4667

Browse files
chore(deps): Bump cachix/install-nix-action from V28 to 30 (#66)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 30. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V28...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10b6c5c commit 78f4667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1515

1616
- name: Install the Nix package manager
17-
uses: cachix/install-nix-action@V28
17+
uses: cachix/install-nix-action@v30
1818

1919
- name: Checks
2020
run: nix run nixpkgs#nodePackages.prettier -- --check .

0 commit comments

Comments
 (0)