diff --git a/.github/workflows/reusable-update-nix-flake-public.yml b/.github/workflows/reusable-update-nix-flake-public.yml index ea4ea8f..b162ad3 100644 --- a/.github/workflows/reusable-update-nix-flake-public.yml +++ b/.github/workflows/reusable-update-nix-flake-public.yml @@ -21,7 +21,7 @@ jobs: substituters = https://cache.nixos.org?priority=10 https://hackworthltd.cachix.org?priority=30 https://hydra.iohk.io?priority=50 https://cache.zw3rk.com?priority=60 - name: Check out repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0