From a98300c25a435423224ef174d7cdfb2d09c63c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:58:38 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 19 to 21 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v19...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/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c7ac49f..c8ca999 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: name: Build database steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v19 + - uses: cachix/install-nix-action@v21 with: nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-22.11.tar.gz - name: run nix-index @@ -66,7 +66,7 @@ jobs: needs: upload-index steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v19 + - uses: cachix/install-nix-action@v21 - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')"