commit ec6350fd9353e7f27ce0e85d31f82e3ed73e4d70
parent 89459a9563be101e6e52705cb4d60fca4011c05a
Author: figsoda <figsoda@pm.me>
Date: Mon, 19 Feb 2024 15:38:18 -0500
parent 89459a9563be101e6e52705cb4d60fca4011c05a
Author: figsoda <figsoda@pm.me>
Date: Mon, 19 Feb 2024 15:38:18 -0500
Merge pull request #34 from nix-community/dependabot/github_actions/cachix/install-nix-action-25 build(deps): bump cachix/install-nix-action from 24 to 25
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@v24 + uses: cachix/install-nix-action@v25 - 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@v24 + uses: cachix/install-nix-action@v25 - name: Setup pages uses: actions/configure-pages@v4