diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index e29bfcf..339e28b 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -11,5 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: https://github.com/DeterminateSystems/nix-installer-action@main + - name: Check git version + run: 'git --version' - name: Update flake.lock uses: https://github.com/DeterminateSystems/update-flake-lock@main