diff options
author | Sinan Mohd <sinan@sinanmohd.com> | 2024-07-29 15:06:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 15:06:35 +0530 |
commit | 1778164794b39d2613b02783bef9beee683de866 (patch) | |
tree | c88c84075bc32384ca9020f1933bc9733bd274a8 | |
parent | 82f404f66eb2f25ac3125fac4d45ba62673ebf36 (diff) | |
parent | 49aff038989ef4ddb11b7ca90d5dacc2c66f6fc7 (diff) |
Merge pull request #12 from sinanmohd/dependabot/github_actions/DeterminateSystems/nix-installer-action-13
build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e635a98..4285978 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Build some-pkgs run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom --flake ".#packages" |