summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-11 14:23:05 -0500
committerGitHub <[email protected]>2024-11-11 14:23:05 -0500
commit2262a66c1ca2ba5dfb7b9036b99aad83a62bff87 (patch)
tree71951da0e469977709d46b880a4f62a3ff662ad2 /.github/workflows
parent42c4a0da8af34dfc1dd8bb9aa326fc15192e6154 (diff)
ci: bump DeterminateSystems/nix-installer-action from 14 to 15 (#497)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/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/v14...v15) --- 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')
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/update-lock.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 85f216b..98094ed 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
with:
diagnostic-endpoint: ""
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml
index e104e4d..6f04baa 100644
--- a/.github/workflows/update-lock.yaml
+++ b/.github/workflows/update-lock.yaml
@@ -37,7 +37,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v15
with:
diagnostic-endpoint: ""