diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-28 03:07:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 03:07:43 +0000 |
| commit | 316f43b7d48b3b84f38763b27fc031e47e9ca6c7 (patch) | |
| tree | c1c7523b3406498af4c67294df3ac90736bf7aae /.github/workflows/page.yml | |
| parent | Merge pull request #25 from fcuny/update_flake_lock_action (diff) | |
| download | fcuny.net-316f43b7d48b3b84f38763b27fc031e47e9ca6c7.tar.gz | |
build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 16 to 17.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v17)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-version: '17'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/page.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index a1e1765..ca92f77 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - name: ❄️ nix check run: nix flake check - name: ❄️ nix fmt |
