Skip to content

Commit a9f30e3

Browse files
chore(deps): Bump cachix/install-nix-action from 20 to 22 (#32)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v20...v22) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61d72f8 commit a9f30e3

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@v3
1515

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

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

0 commit comments

Comments
 (0)