From 9af2eed809977c2c8f55201b7d5d9b5544f1f9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:54:16 +0100 Subject: [PATCH] build(deps): bump cachix/install-nix-action from V27 to 28 (#24) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. 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/V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nix-check.yaml | 4 ++-- .github/workflows/ship.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nix-check.yaml b/.github/workflows/nix-check.yaml index dd70612..54dd387 100644 --- a/.github/workflows/nix-check.yaml +++ b/.github/workflows/nix-check.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ship.yaml b/.github/workflows/ship.yaml index fca3281..47e2479 100644 --- a/.github/workflows/ship.yaml +++ b/.github/workflows/ship.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: github_access_token: ${{ secrets.GITHUB_TOKEN }}