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/check-links.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/check-links.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 27cf50c..d1c9fe1 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -25,7 +25,7 @@ jobs: issues: write steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - uses: DeterminateSystems/nix-installer-action@v17 - name: Build the site run: nix build --print-build-logs - name: Restore lychee cache |
