From 20895d42b816533913cc7c08a47fb018a72e4097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:49:29 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 11 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...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/bundix_lock.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/nix_flake_check.yml | 2 +- .github/workflows/nix_flake_update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bundix_lock.yml b/.github/workflows/bundix_lock.yml index f2ff62d..43f0ae0 100644 --- a/.github/workflows/bundix_lock.yml +++ b/.github/workflows/bundix_lock.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v6 - run: rm Gemfile.lock gemset.nix - run: nix develop --command bundix --lock diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d8fc18..8c02d67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v6 - run: nix build .#defaultExternal diff --git a/.github/workflows/nix_flake_check.yml b/.github/workflows/nix_flake_check.yml index a73a401..c9e84dc 100644 --- a/.github/workflows/nix_flake_check.yml +++ b/.github/workflows/nix_flake_check.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v6 - run: nix flake check diff --git a/.github/workflows/nix_flake_update.yml b/.github/workflows/nix_flake_update.yml index d0157c3..6bd6e08 100644 --- a/.github/workflows/nix_flake_update.yml +++ b/.github/workflows/nix_flake_update.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v6 - uses: DeterminateSystems/update-flake-lock@v21