diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 91b4530..8a37376 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - name: Restore and save Nix store - uses: nix-community/cache-nix-action@v6 + uses: http://github.com/nix-community/cache-nix-action@v6 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}