diff options
author | Domen Kožar <domen@dev.si> | 2020-06-28 08:16:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 08:16:01 +0200 |
commit | 3fcbe30eea1c7a9ea7c2431fcb68b7fdff0dcf0e (patch) | |
tree | dcb6f8b1f56f8e0943e3e2768e8821e9d977a239 | |
parent | b7795a3496d431b0bc88dbf8160fa1967f082d1e (diff) | |
parent | 9937f4ed37a1120306103c6df16b48388aaeb896 (diff) |
Merge pull request #3758 from NixOS/dependabot/github_actions/cachix/install-nix-action-v10
Bump cachix/install-nix-action from v8 to v10
-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 |