commit 755cc194a8df9569e8d6316c43676950591bceac
parent 4de011ad819049a7a25b43aed732aed8181c90e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 5 Sep 2023 05:06:58 +0000
parent 4de011ad819049a7a25b43aed732aed8181c90e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 5 Sep 2023 05:06:58 +0000
build(deps): bump cachix/install-nix-action from 22 to 23 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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@v3 - name: Install nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v23 - 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@v3 - name: Install nix - uses: cachix/install-nix-action@v22 + uses: cachix/install-nix-action@v23 - name: Setup pages uses: actions/configure-pages@v3