From 30b1cde68f8dfb27d79531b824e19395975d0de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:55:01 +0000 Subject: [PATCH] Bump cachix/install-nix-action from V28 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-action-coq-8.16-macos.yml | 6 +++--- .github/workflows/nix-action-coq-8.16-ubuntu.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nix-action-coq-8.16-macos.yml b/.github/workflows/nix-action-coq-8.16-macos.yml index 2b65d74a2..a080b56ea 100644 --- a/.github/workflows/nix-action-coq-8.16-macos.yml +++ b/.github/workflows/nix-action-coq-8.16-macos.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq @@ -104,7 +104,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq diff --git a/.github/workflows/nix-action-coq-8.16-ubuntu.yml b/.github/workflows/nix-action-coq-8.16-ubuntu.yml index c362652f5..8cc96a536 100644 --- a/.github/workflows/nix-action-coq-8.16-ubuntu.yml +++ b/.github/workflows/nix-action-coq-8.16-ubuntu.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq @@ -104,7 +104,7 @@ jobs: fetch-depth: 0 ref: ${{ env.tested_commit }} - name: Cachix install - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Cachix setup metacoq