diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 16:41:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-18 16:41:28 +0000 |
| commit | 4cd64daaf8fd127c1956774e97cfa79022050a93 (patch) | |
| tree | 876bf44194e82c19061c532c25158a4d2a277eb1 /.github/workflows/eslint.yaml | |
| parent | c19ac2d56f3b3ddb32a9d25e97e65791fafb3cfd (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/eslint.yaml')
| -rw-r--r-- | .github/workflows/eslint.yaml | 2 |
1 files changed, 1 insertions, 1 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 |
