From 6dc50b499f911af62c91f182909cf69a1b7da7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:56:03 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/determinate-nix-action Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.17.2 to 3.19.1. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.17.2...v3.19.1) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 18 +++++++++--------- .github/workflows/release.yaml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2509449..486d762e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: | go mod tidy @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - name: Build docs run: | @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kilo-cross-linux-amd64 .#kilo-cross-linux-arm64 .#kilo-cross-linux-arm @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kgctl-cross-darwin-amd64 .#kgctl-cross-darwin-arm64 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kgctl-cross-windows-amd64 @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix develop . --command go test -mod=vendor --race ./... @@ -95,7 +95,7 @@ jobs: load: "true" build-args: | VERSION=${{ github.sha }} - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - env: E2E_SKIP_TEARDOWN_ON_FAILURE: "true" @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 580101b5..ba9193cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: | nix build .#kgctl-cross-linux-amd64 .#kgctl-cross-linux-arm64 .#kgctl-cross-linux-arm .#kgctl-cross-darwin-amd64 .#kgctl-cross-darwin-arm64 .#kgctl-cross-windows-amd64 diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 783c9eb5..062168aa 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.2 + - uses: DeterminateSystems/determinate-nix-action@v3.19.1 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: pr-title: Update Nix flake inputs