diff options
author | Sinan Mohd <sinan@sinanmohd.com> | 2024-09-18 20:45:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 20:45:32 +0530 |
commit | 14bbfeb7d6ce076fcc65d604a2f7293503d679be (patch) | |
tree | ed2248a6577570fd5e2808c9efb02a46d99e5ee2 | |
parent | 3dd8f3baf19ed0de973aeafe9c3be5488512b2f1 (diff) | |
parent | 871a78ed4dbc07dddc80af6f2a4e4550ec43154d (diff) |
Merge pull request #15 from sinanmohd/dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-8
build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea7ef56..809f534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v14 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build some-pkgs run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom --flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)" nix-flake-check: @@ -33,6 +33,6 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v14 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build the checks run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)" |