diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90fb339..7f65b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check Nix flake inputs uses: DeterminateSystems/flake-checker-action@v12 - name: Install Nix