From efa15fc03770fdd1f36b985c0543d4185119b154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 06:41:10 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/nix-installer-action from 12 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...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.yml | 4 ++-- .github/workflows/check.yml | 4 ++-- .github/workflows/flakehub-publish.yml | 2 +- .github/workflows/update-flake-lock.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46b24f2..686f625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: 'Set up Git repository' uses: actions/checkout@v4 - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: 'Build packages matrix' id: set-packages run: | @@ -57,7 +57,7 @@ jobs: - name: 'Set up Git repository' uses: actions/checkout@v4 - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: 'Flake Build' run: | nix build -L diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3c2f9cb..0de4cd6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,7 +10,7 @@ jobs: - name: 'Set up Git repository' uses: actions/checkout@v4 - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: 'Flake Check' run: | nix flake check -L @@ -25,7 +25,7 @@ jobs: - name: 'Set up Git repository' uses: actions/checkout@v4 - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: 'Flake Check' run: | nix flake check -L diff --git a/.github/workflows/flakehub-publish.yml b/.github/workflows/flakehub-publish.yml index de4f7a9..181bf7b 100644 --- a/.github/workflows/flakehub-publish.yml +++ b/.github/workflows/flakehub-publish.yml @@ -20,7 +20,7 @@ jobs: with: ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/flakehub-push@main with: visibility: public diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index e3a8707..e99e281 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -10,7 +10,7 @@ jobs: - name: 'Set up Git repository' uses: actions/checkout@v4 - name: 'Install Nix' - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: 'Update flake.lock' uses: DeterminateSystems/update-flake-lock@v23 with: