From 5db71cff2701c1f5ca71a26aace2c41de06437e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:57:15 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 9 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v9...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/upgrade-flakes.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 47607083..2cf03bf0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v13 - name: Set up Nix cache uses: cachix/cachix-action@v15 diff --git a/.github/workflows/upgrade-flakes.yaml b/.github/workflows/upgrade-flakes.yaml index 07375f2f..7d56c993 100644 --- a/.github/workflows/upgrade-flakes.yaml +++ b/.github/workflows/upgrade-flakes.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v13 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v23