diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 73c89c0..91a52ca 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: install nix uses: https://github.com/DeterminateSystems/nix-installer-action@v17 - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main with: use-flakehub: false @@ -38,7 +38,7 @@ jobs: # if: runner.os == 'Linux' # uses: ./.github/actions/disk_space - - uses: cachix/cachix-action@v16 + - uses: https://github.com/cachix/cachix-action@v16 with: name: tmayoff authToken: '${{ secrets.CACHIX_AUTH }}' @@ -51,7 +51,7 @@ jobs: # script: | # nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1 - - uses: workflow/nix-shell-action@v3 + - uses: https://github.com/workflow/nix-shell-action@v3 # if: runner.os == 'macOS' name: build darwin with: