diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-02 07:37:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 07:37:23 -0700 |
| commit | 5d2bb6db3316fe52ba661ce4d849bf99c7468674 (patch) | |
| tree | 14c699a51c740ff5d60fdbc2db4c407799c6092a /.github/workflows/flake-checker.yml | |
| parent | Merge pull request #26 from fcuny/update_flake_lock_action (diff) | |
| parent | build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17 (diff) | |
| download | fcuny.net-5d2bb6db3316fe52ba661ce4d849bf99c7468674.tar.gz | |
Merge pull request #27 from fcuny/dependabot/github_actions/DeterminateSystems/nix-installer-action-17
build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17
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 45b3115..97090cd 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -14,5 +14,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - uses: DeterminateSystems/flake-checker-action@v9 |
