From e0638db3db43b582512a7de8c0f8363a162842b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:57:16 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 26 to 27 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index df77c52..fd43156 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,7 @@ jobs: name: Update flake.lock steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz extra_nix_config: | @@ -63,7 +63,7 @@ jobs: echo swapon --show echo - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz extra_nix_config: | @@ -138,7 +138,7 @@ jobs: - uses: actions/checkout@v4 with: ref: "${{ github.ref_name }}" - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@V27 with: extra_nix_config: 'access-tokens = github.com=${{ github.token }}' - name: prefetch x86_64-linux index