Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cabbecc

Browse files
authoredMay 12, 2021
chore(deps): bump cachix/install-nix-action from 12 to 13
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 13. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v12...v13) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9095629 commit cabbecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Install Nix
20-
uses: cachix/install-nix-action@v12
20+
uses: cachix/install-nix-action@v13
2121
with:
2222
nix_path: nixpkgs=channel:nixos-20.09
2323

Diff for: ‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Install Nix
19-
uses: cachix/install-nix-action@v12
19+
uses: cachix/install-nix-action@v13
2020
with:
2121
nix_path: nixpkgs=channel:nixos-20.09
2222

0 commit comments

Comments
 (0)
Please sign in to comment.