diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:32:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 11:32:41 -0800 |
| commit | dd0a4b83b674790c7101eb9cb8f5f334a20267ad (patch) | |
| tree | b3522cb1a2b6926fdc1ec1ba3c6afde3f9d710da /.github/workflows/flake-checker.yml | |
| parent | don't trigger a build for the justfile (diff) | |
| parent | build(deps): bump DeterminateSystems/nix-installer-action from 14 to 16 (diff) | |
| download | fcuny.net-dd0a4b83b674790c7101eb9cb8f5f334a20267ad.tar.gz | |
Merge pull request #4 from fcuny/dependabot/github_actions/DeterminateSystems/nix-installer-action-16
build(deps): bump DeterminateSystems/nix-installer-action from 14 to 16
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/flake-checker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index d5cb05a..ecfe40b 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/magic-nix-cache-action@v8 - uses: DeterminateSystems/flake-checker-action@v9 |
