From 3981c746a9fc422045bfa25a5f8e69c6ec4effe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:34:18 -0300 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 7 to 8 (#42) Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-slides.yml | 2 +- .github/workflows/release-slides.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-slides.yml b/.github/workflows/build-slides.yml index ba95839..3813672 100644 --- a/.github/workflows/build-slides.yml +++ b/.github/workflows/build-slides.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Cache Nix artifacts uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/release-slides.yml b/.github/workflows/release-slides.yml index b070855..5cb71fd 100644 --- a/.github/workflows/release-slides.yml +++ b/.github/workflows/release-slides.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v7 + uses: DeterminateSystems/nix-installer-action@v8 - name: Cache Nix artifacts uses: DeterminateSystems/magic-nix-cache-action@v2