Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from v12 to v13
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v12 to v13.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v12...8d6d5e9)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2021
1 parent 581ac8a commit 8d36871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Install Nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-20.09

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
persist-credentials: false

- name: Install Nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-20.09

Expand Down

0 comments on commit 8d36871

Please sign in to comment.