From 5f1766a07b0e647582554e0a1a227cbe812d0a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 16:00:49 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action in /.github/workflows Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/links.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d20cddd..31f5849 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Nix Flakes doesn't work on shallow clones - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 - name: Build static site run: nix build diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index adee11f..f7ec11e 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # Nix Flakes doesn't work on shallow clones - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 - name: Build static site run: nix build diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 4a74251..73217b3 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Nix Flakes doesn't work on shallow clones - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 - name: Build static site run: nix build