commit b51f55ed217e8b2179e2c1caa5520fed7768fbb0
parent 7b93825345b989d70374f9ad6b24d1ed75dfba9c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Jun 2023 06:06:24 +0000
parent 7b93825345b989d70374f9ad6b24d1ed75dfba9c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Jun 2023 06:06:24 +0000
build(deps): bump cachix/install-nix-action from 21 to 22 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22) --- 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@v21 + uses: cachix/install-nix-action@v22 - 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@v21 + uses: cachix/install-nix-action@v22 - name: Setup pages uses: actions/configure-pages@v3