commit 35b52b17df4392c63e8ff5fabc8beead4f11f9f0
parent 26dd1db70ba72eeab7e9a5b766f4511d92c629c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 06:02:35 +0000
parent 26dd1db70ba72eeab7e9a5b766f4511d92c629c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 06:02:35 +0000
build(deps): bump cachix/install-nix-action from 23 to 24 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v24 - name: Run checks run: nix flake check
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v24 - name: Setup pages uses: actions/configure-pages@v3