summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-18 22:21:46 +0000
committerGitHub <[email protected]>2024-11-18 22:21:46 +0000
commitddc0d3c890f9b3581727b5828f79be3b5390838e (patch)
tree1a497c40cce15fac241c5b6578025c9a4e08727b /.github/workflows/ci.yaml
parent920604e165ca4bae812fd1b9ad969b0a13baa7c1 (diff)
actions: bump DeterminateSystems/nix-installer-action from 14 to 16dependabot/github_actions/DeterminateSystems/nix-installer-action-16
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 16. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v16) --- 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]>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 09527a8..100978f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Run check
run: |