summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-18 16:41:28 +0000
committerGitHub <[email protected]>2024-11-18 16:41:28 +0000
commit4cd64daaf8fd127c1956774e97cfa79022050a93 (patch)
tree876bf44194e82c19061c532c25158a4d2a277eb1 /.github/workflows
parentc19ac2d56f3b3ddb32a9d25e97e65791fafb3cfd (diff)
ci: 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')
-rw-r--r--.github/workflows/eslint.yaml2
-rw-r--r--.github/workflows/treefmt.yaml2
-rw-r--r--.github/workflows/update-flake.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml
index 56bae3e..d23c9a5 100644
--- a/.github/workflows/eslint.yaml
+++ b/.github/workflows/eslint.yaml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Install Dependencies
run: nix develop .#ci --command pnpm install --frozen-lockfile
diff --git a/.github/workflows/treefmt.yaml b/.github/workflows/treefmt.yaml
index 1321488..2ea17e0 100644
--- a/.github/workflows/treefmt.yaml
+++ b/.github/workflows/treefmt.yaml
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Run treefmt
run: |
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 32206de..5b22a95 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Update flake.lock & make PR
uses: DeterminateSystems/update-flake-lock@v24