diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-06-28 06:02:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 06:02:57 +0000 |
commit | 9937f4ed37a1120306103c6df16b48388aaeb896 (patch) | |
tree | dcb6f8b1f56f8e0943e3e2768e8821e9d977a239 /.github/workflows | |
parent | b7795a3496d431b0bc88dbf8160fa1967f082d1e (diff) |
Bump cachix/install-nix-action from v8 to v10
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v8 to v10.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v8...63cf434de4e4292c6960639d56c5dd550e789d77)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7feefc855..7755466a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,5 +10,5 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v8 + - uses: cachix/install-nix-action@v10 - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A installerScript -A perlBindings |