commit 6a4ad6d8f50b60f18d63d3c0452e9c1c98565ce3
parent 7b93825345b989d70374f9ad6b24d1ed75dfba9c
Author: figsoda <figsoda@pm.me>
Date: Mon, 19 Jun 2023 08:10:57 -0400
parent 7b93825345b989d70374f9ad6b24d1ed75dfba9c
Author: figsoda <figsoda@pm.me>
Date: Mon, 19 Jun 2023 08:10:57 -0400
Merge pull request #15 from nix-community/dependabot/github_actions/cachix/install-nix-action-22 build(deps): bump cachix/install-nix-action from 21 to 22
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