From d6989d9af00e810370887a5567c52320f3b3ca43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:36:43 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action Bumps the determinatesystems-actions group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `DeterminateSystems/nix-installer-action` from 14 to 15 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/da36cb69b1c3247ad7a1f931ebfd954a1105ef14...b92f66560d6f97d6576405a7bae901ab57e72b6a) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: determinatesystems-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-nix.yml | 2 +- .github/workflows/reusable-bump-flake-lock-and-selfup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index 7463c3c..59a8521 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 + - uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # v15 - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 - run: nix flake check - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' diff --git a/.github/workflows/reusable-bump-flake-lock-and-selfup.yml b/.github/workflows/reusable-bump-flake-lock-and-selfup.yml index e3a5037..2b15c9e 100644 --- a/.github/workflows/reusable-bump-flake-lock-and-selfup.yml +++ b/.github/workflows/reusable-bump-flake-lock-and-selfup.yml @@ -76,7 +76,7 @@ jobs: # Needed to specify token for checkout phase, only in pushing phase is too late # https://github.com/orgs/community/discussions/27072#discussioncomment-3254515 token: ${{ steps.publish-token.outputs.token }} - - uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 + - uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # v15 - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 - name: Fetch active PRs by me id: fetch-active-prs