diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-12 14:42:09 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-12 14:42:09 -0400 |
| commit | 6ab9a7f7f01431f54b47f77505aa044f1f7681c5 (patch) | |
| tree | 2fa646f15fe1cba9fd19addfa01d368da22cf24d /.github/workflows/ci.yaml | |
| parent | 2850c16fe68813271018654b8aa7491388d752d0 (diff) | |
actions: bump DeterminateSystems/nix-installer-action from 13 to 14 (#36)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 14.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd...da36cb69b1c3247ad7a1f931ebfd954a1105ef14)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f82543..b573bf2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@ab6bcb2d5af0e904d04aea750e2089e9dc4cbfdd # v13 + uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 - name: Run test script run: | |
