Skip to content

Commit

Permalink
chore(deps): update cachix/install-nix-action action to v22 (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2023
1 parent 52540ff commit db2081b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v22

- name: Build document
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit db2081b

Please sign in to comment.