Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and avdv committed Nov 5, 2020
1 parent 9a8a5f4 commit fbc194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true
- uses: cachix/cachix-action@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-niv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v11
- uses: cachix/install-nix-action@v12
- run: nix-shell --run "niv update"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit fbc194b

Please sign in to comment.