diff options
| author | Seth Flynn <[email protected]> | 2025-03-30 21:57:18 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-30 22:08:05 -0400 |
| commit | f13e56b26633e9da9896da36a75becc850480bc8 (patch) | |
| tree | 660bc6bed3ef8d478329ea030fae38fb62a64b51 /.github/workflows/clippy.yaml | |
| parent | 76751893a499bc2a0cde97ad8a392a03912477ab (diff) | |
Diffstat (limited to '.github/workflows/clippy.yaml')
| -rw-r--r-- | .github/workflows/clippy.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 31929df..e83bd8e 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -36,10 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 - - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v8 + uses: cachix/install-nix-action@v31 - name: Run Clippy id: clippy-run |
